HADOOP-15714. Tune abfs/wasb parallel and sequential test execution. Contributed by Da Zhou.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/51d36898 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/51d36898 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/51d36898 Branch: refs/heads/trunk Commit: 51d368982b01ee390c7e5e60fedb8cde27c0016a Parents: 5247766 Author: Steve Loughran <[email protected]> Authored: Tue Sep 18 12:09:25 2018 +0100 Committer: Steve Loughran <[email protected]> Committed: Tue Sep 18 12:09:25 2018 +0100 ---------------------------------------------------------------------- hadoop-tools/hadoop-azure/pom.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/51d36898/hadoop-tools/hadoop-azure/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-tools/hadoop-azure/pom.xml b/hadoop-tools/hadoop-azure/pom.xml index 42f4d05..52f0bae 100644 --- a/hadoop-tools/hadoop-azure/pom.xml +++ b/hadoop-tools/hadoop-azure/pom.xml @@ -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> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
