[ 
https://issues.apache.org/jira/browse/HADOOP-15714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16614110#comment-16614110
 ] 

Thomas Marquardt commented on HADOOP-15714:
-------------------------------------------

Ok, I can confirm that *-Dparallel-tests=both* works as expected. However, 
*-Dparallel-tests* is misleading, because it only runs a few tests. If 
[[email protected]] is OK with this, then it is OK with me.

Below are my test summary results, so +1 from me pending the question for Steve.
{code:java}
mvn -T 1C
Tests run: 276, Failures: 0, Errors: 0, Skipped: 11
Tests run: 1057, Failures: 0, Errors: 0, Skipped: 274
Total time: 01:59 h (Wall Clock)

mvn -T 1C -Dparallel-tests -Dscale -DtestsThreadCount=8 clean verify
Tests run: 276, Failures: 0, Errors: 0, Skipped: 11
Total time: 06:13 min (Wall Clock)

mvn -T 1C -Dparallel-tests=abfs -Dscale -DtestsThreadCount=8 clean verify
Tests run: 35, Failures: 0, Errors: 0, Skipped: 0
Tests run: 268, Failures: 0, Errors: 0, Skipped: 182
Tests run: 167, Failures: 0, Errors: 0, Skipped: 27
Total time: 08:11 min (Wall Clock)

mvn -T 1C -Dparallel-tests=wasb -Dscale -DtestsThreadCount=8 clean verify
Tests run: 240, Failures: 0, Errors: 0, Skipped: 11
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
Tests run: 619, Failures: 1, Errors: 0, Skipped: 66
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
Total time: 19:31 min (Wall Clock)

mvn -T 1C -Dparallel-tests=both -Dscale -DtestsThreadCount=8 clean verify
Tests run: 275, Failures: 0, Errors: 0, Skipped: 11
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
Tests run: 870, Failures: 0, Errors: 0, Skipped: 264
Tests run: 187, Failures: 0, Errors: 0, Skipped: 10
Total time: 59:07 min (Wall Clock)
{code}
 

> tune abfs/wasb parallel the sequential test execution
> -----------------------------------------------------
>
>                 Key: HADOOP-15714
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15714
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/azure
>            Reporter: Steve Loughran
>            Assignee: Da Zhou
>            Priority: Major
>             Fix For: HADOOP-15407
>
>         Attachments: HADOOP-15714-HADOOP-15407-001.patch, 
> HADOOP-15714-HADOOP-15407-002.patch
>
>
> after HADOOP-15664, sequential tests don't run unless you ask for them with 
> the sequential tests profile, as there are now separate profiles for 
> parallel-tests, parallel-tests-abfs and parallel-tests-wasb, so the 
> sequential-tests profile can't just run if !parallel-tests
> Proposed: revert back to only having one parallel-tests property, but allow 
> it to take the values "abfs" and "wasb" to explicitly enable on those suites.
> This would add the set of options
> * -Dparallel-tests : all tests in parallel   (== true at runtime)
> * -Dparallel-tests=abfs   abfs tests only
> * -Dparallel-tests=wasb wasb tests only
> * "" : nothing defined, sequential
> the activations of the profiles would then look at the values in their 
> activation; sequential-tests would be triggered if it was unset.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to