HADOOP-16774. TestDiskChecker and TestReadWriteDiskValidator fails when run with -Pparallel-tests (#1776). Contributed by Vinayakumar B.
This commit is contained in:
parent
412035b47a
commit
e2a5448d2b
@ -842,9 +842,13 @@
|
|||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>parallel-tests-createdir</id>
|
<id>parallel-tests-createdir</id>
|
||||||
|
<phase>process-test-resources</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>parallel-tests-createdir</goal>
|
<goal>parallel-tests-createdir</goal>
|
||||||
</goals>
|
</goals>
|
||||||
|
<configuration>
|
||||||
|
<testBuildData>${test.build.data}</testBuildData>
|
||||||
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
Loading…
Reference in New Issue
Block a user