HADOOP-15714. Tune abfs/wasb parallel and sequential test execution.

Contributed by Da Zhou.
This commit is contained in:
Steve Loughran 2018-09-18 12:09:25 +01:00
parent 524776625d
commit 51d368982b
No known key found for this signature in database
GPG Key ID: D22CF846DBB162A0
1 changed files with 6 additions and 3 deletions

View File

@ -256,7 +256,8 @@
<id>parallel-tests-wasb</id>
<activation>
<property>
<name>parallel-tests-wasb</name>
<name>parallel-tests</name>
<value>wasb</value>
</property>
</activation>
<build>
@ -438,7 +439,8 @@
<id>parallel-tests-abfs</id>
<activation>
<property>
<name>parallel-tests-abfs</name>
<name>parallel-tests</name>
<value>abfs</value>
</property>
</activation>
<build>
@ -602,6 +604,7 @@
<activation>
<property>
<name>parallel-tests</name>
<value>both</value>
</property>
</activation>
<build>
@ -812,7 +815,7 @@
<id>sequential-tests</id>
<activation>
<property>
<name>sequential-tests</name>
<name>!parallel-tests</name>
</property>
</activation>
<build>