HADOOP-15714. Tune abfs/wasb parallel and sequential test execution.
Contributed by Da Zhou.
This commit is contained in:
parent
26ce4e9301
commit
8acab6c6aa
@ -242,7 +242,8 @@
|
||||
<id>parallel-tests-wasb</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>parallel-tests-wasb</name>
|
||||
<name>parallel-tests</name>
|
||||
<value>wasb</value>
|
||||
</property>
|
||||
</activation>
|
||||
<build>
|
||||
@ -424,7 +425,8 @@
|
||||
<id>parallel-tests-abfs</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>parallel-tests-abfs</name>
|
||||
<name>parallel-tests</name>
|
||||
<value>abfs</value>
|
||||
</property>
|
||||
</activation>
|
||||
<build>
|
||||
@ -588,6 +590,7 @@
|
||||
<activation>
|
||||
<property>
|
||||
<name>parallel-tests</name>
|
||||
<value>both</value>
|
||||
</property>
|
||||
</activation>
|
||||
<build>
|
||||
@ -798,7 +801,7 @@
|
||||
<id>sequential-tests</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>sequential-tests</name>
|
||||
<name>!parallel-tests</name>
|
||||
</property>
|
||||
</activation>
|
||||
<build>
|
||||
|
Loading…
x
Reference in New Issue
Block a user