ソースを参照

HADOOP-16774. TestDiskChecker and TestReadWriteDiskValidator fails when run with -Pparallel-tests (#1776). Contributed by Vinayakumar B.

Vinayakumar B 5 年 前
コミット
e2a5448d2b
1 ファイル変更4 行追加0 行削除
  1. 4 0
      hadoop-common-project/hadoop-common/pom.xml

+ 4 - 0
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>