HDFS-13618. Fix TestDataNodeFaultInjector test failures on Windows. Contributed by Xiao Liang.

(cherry picked from commit a8e9ee3fdf3aa1b889dfdd3bade91ba754ed9ee1)
This commit is contained in:
Inigo Goiri 2018-05-25 09:10:32 -07:00
parent 1483c90379
commit 2d3d7a67f2
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ public class TestDataNodeFaultInjector {
final MetricsDataNodeFaultInjector mdnFaultInjector) throws Exception {
final Path baseDir = new Path(
PathUtils.getTestDir(getClass()).getAbsolutePath(),
PathUtils.getTestDir(getClass()).getPath(),
GenericTestUtils.getMethodName());
final DataNodeFaultInjector oldDnInjector = DataNodeFaultInjector.get();
DataNodeFaultInjector.set(mdnFaultInjector);