MAPREDUCE-7348. TestFrameworkUploader#testNativeIO fails. (#3053)
Reviewed-by: Hui Fei <ferhui@apache.org>
(cherry picked from commit 8a489ce78e
)
This commit is contained in:
parent
41025cd585
commit
e14d00469a
@ -477,7 +477,7 @@ public void testNativeIO() throws IOException {
|
|||||||
}
|
}
|
||||||
Assert.assertFalse(uploader.checkSymlink(symlinkOutside));
|
Assert.assertFalse(uploader.checkSymlink(symlinkOutside));
|
||||||
} finally {
|
} finally {
|
||||||
FileUtils.deleteDirectory(parent);
|
FileUtils.forceDelete(parent);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user