HADOOP-15714. Tune abfs/wasb parallel and sequential test execution.
Contributed by Da Zhou.
This commit is contained in:
parent
524776625d
commit
51d368982b
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user