浏览代码

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>