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

Thomas Marquardt commented on HADOOP-15664:
-------------------------------------------

Thanks Steve, we will take a look and get this fixed.  Sorry, I did not notice 
this since I never use mvn verify, but instead always run all the tests when 
validating patches.  Specifically, I use the following command:

*mvn -T 1C -Pparallel-tests -Dscale -DtestsThreadCount=8 clean verify*

With the changes Da made, the above can also be perform by running both of the 
commands below, which is also about twice as fast due to Da's improvements:

*mvn -T 1C -Pparallel-tests-abfs -Dscale -DtestsThreadCount=8 clean verify*
*mvn -T 1C -Pparallel-tests-wasb -Dscale -DtestsThreadCount=8 clean verify*

 

> ABFS: Reduce test run time via parallelization and grouping
> -----------------------------------------------------------
>
>                 Key: HADOOP-15664
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15664
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/azure
>            Reporter: Thomas Marquardt
>            Assignee: Da Zhou
>            Priority: Major
>         Attachments: HADOOP-15664-HADOOP-15407-001.patch, 
> HADOOP-15664-HADOOP-15407-002.patch, HADOOP-15664-HADOOP-15407-003.patch, 
> HADOOP-15664-HADOOP-15407-004.patch, HADOOP-15664-HADOOP-15407-005.patch
>
>
> 1) Let's reduce the total test runtime by improving parallelization of the 
> tests.
> 2) Let's make it possible to select WASB tests, ABFS tests, or both so 
> developers can run only the tests appropriate for the change they've made.
> 3) Update the testing-azure.md accordingly



--
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