HDFS-10372. Fix for failing TestFsDatasetImpl#testCleanShutdownOfVolume. Contributed by Rushabh Shah.

(cherry picked from commit b9e5a32fa1)
This commit is contained in:
Kihwal Lee 2016-05-09 15:51:42 -05:00
parent 3732a1e985
commit 2c782fdb17
1 changed files with 1 additions and 1 deletions

View File

@ -683,7 +683,7 @@ public class TestFsDatasetImpl {
Assert.fail("This is not a valid code path. "
+ "out.close should have thrown an exception.");
} catch (IOException ioe) {
GenericTestUtils.assertExceptionContains(info.toString(), ioe);
GenericTestUtils.assertExceptionContains(info.getXferAddr(), ioe);
}
finalizedDir.setWritable(true);
finalizedDir.setExecutable(true);