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

View File

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