Skip to content

Commit e2a5448

Browse files
authored
HADOOP-16774. TestDiskChecker and TestReadWriteDiskValidator fails when run with -Pparallel-tests (#1776). Contributed by Vinayakumar B.
1 parent 412035b commit e2a5448

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • hadoop-common-project/hadoop-common

hadoop-common-project/hadoop-common/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -842,9 +842,13 @@
842842
<executions>
843843
<execution>
844844
<id>parallel-tests-createdir</id>
845+
<phase>process-test-resources</phase>
845846
<goals>
846847
<goal>parallel-tests-createdir</goal>
847848
</goals>
849+
<configuration>
850+
<testBuildData>${test.build.data}</testBuildData>
851+
</configuration>
848852
</execution>
849853
</executions>
850854
</plugin>

0 commit comments

Comments
 (0)