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>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user