diff --git a/hadoop-cloud-storage-project/hadoop-tos/pom.xml b/hadoop-cloud-storage-project/hadoop-tos/pom.xml index 4bbaf74e0f892..cea293dd7869a 100644 --- a/hadoop-cloud-storage-project/hadoop-tos/pom.xml +++ b/hadoop-cloud-storage-project/hadoop-tos/pom.xml @@ -143,6 +143,7 @@ org.apache.maven.plugins maven-surefire-plugin + ${maven-surefire-plugin.argLine} classes 1 true @@ -190,4 +191,52 @@ + + + + parallel-tests + + + + org.apache.hadoop + hadoop-maven-plugins + + + parallel-tests-createdir + + parallel-tests-createdir + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + ${testsThreadCount} + false + ${maven-surefire-plugin.argLine} + + ${testsThreadCount} + ${test.build.data}/${surefire.forkNumber} + ${test.build.dir}/${surefire.forkNumber} + ${project.build.directory}/test/${surefire.forkNumber} + + + + + ${test.build.data} + + + + + + fork-${surefire.forkNumber} + + + + + + +