You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by st...@apache.org on 2019/11/17 17:06:33 UTC

[hadoop] branch branch-3.2 updated: HADOOP-16710. Testing_azure.md documentation is misleading.

This is an automated email from the ASF dual-hosted git repository.

stevel pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new 89e9537  HADOOP-16710. Testing_azure.md documentation is misleading.
89e9537 is described below

commit 89e95370a420357a5d3217e4b62f19d46dd00a73
Author: Andras Bokor <bo...@freemail.hu>
AuthorDate: Sun Nov 17 17:04:29 2019 +0000

    HADOOP-16710. Testing_azure.md documentation is misleading.
    
    Contributed by Andras Bokor.
    
    Change-Id: Icf07a53145936953629c7dace2e9648b7b21588d
---
 hadoop-tools/hadoop-azure/src/site/markdown/testing_azure.md | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/hadoop-tools/hadoop-azure/src/site/markdown/testing_azure.md b/hadoop-tools/hadoop-azure/src/site/markdown/testing_azure.md
index 40a372d..a26da83 100644
--- a/hadoop-tools/hadoop-azure/src/site/markdown/testing_azure.md
+++ b/hadoop-tools/hadoop-azure/src/site/markdown/testing_azure.md
@@ -153,13 +153,18 @@ mvn -T 1C clean verify
 ```
 
 It's also possible to execute multiple test suites in parallel by passing the
-`parallel-tests` property on the command line.  The tests spend most of their
+`parallel-tests=wasb|abfs|both` property on the command line.  The tests spend most of their
 time blocked on network I/O, so running in parallel tends to
 complete full test runs faster.
 
 ```bash
-mvn -T 1C -Dparallel-tests clean verify
+mvn -T 1C -Dparallel-tests=both clean verify
+mvn -T 1C -Dparallel-tests=wasb clean verify
+mvn -T 1C -Dparallel-tests=abfs clean verify
 ```
+`-Dparallel-tests=wasb` runs the WASB related integration tests from azure directory<br/>
+`-Dparallel-tests=abfs` runs the ABFS related integration tests from azurebfs directory<br/>
+`-Dparallel-tests=both` runs all the integration tests from both azure and azurebfs directory<br/>
 
 Some tests must run with exclusive access to the storage container, so even with the
 `parallel-tests` property, several test suites will run in serial in a separate


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org