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

vinayakumarb pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new e2a5448  HADOOP-16774. TestDiskChecker and TestReadWriteDiskValidator 
fails when run with -Pparallel-tests (#1776). Contributed by Vinayakumar B.
e2a5448 is described below

commit e2a5448d2b02b40ea7d5cc09787f995fe0d253d0
Author: Vinayakumar B <vinayakum...@apache.org>
AuthorDate: Sat Dec 21 00:08:15 2019 +0530

    HADOOP-16774. TestDiskChecker and TestReadWriteDiskValidator fails when run 
with -Pparallel-tests (#1776). Contributed by Vinayakumar B.
---
 hadoop-common-project/hadoop-common/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/hadoop-common-project/hadoop-common/pom.xml 
b/hadoop-common-project/hadoop-common/pom.xml
index 84d3ae5..370c68d 100644
--- a/hadoop-common-project/hadoop-common/pom.xml
+++ b/hadoop-common-project/hadoop-common/pom.xml
@@ -842,9 +842,13 @@
             <executions>
               <execution>
                 <id>parallel-tests-createdir</id>
+                <phase>process-test-resources</phase>
                 <goals>
                   <goal>parallel-tests-createdir</goal>
                 </goals>
+                <configuration>
+                  <testBuildData>${test.build.data}</testBuildData>
+                </configuration>
               </execution>
             </executions>
           </plugin>


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

Reply via email to