HDFS-5904. TestFileStatus fails intermittently. Contributed by Mit Desai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1567946 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f0d64a078d
commit
b0456745f9
@ -433,6 +433,8 @@ Release 2.4.0 - UNRELEASED
|
||||
HDFS-5891. webhdfs should not try connecting the DN during redirection
|
||||
(Haohui Mai via brandonli)
|
||||
|
||||
HDFS-5904. TestFileStatus fails intermittently. (Mit Desai via kihwal)
|
||||
|
||||
Release 2.3.1 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
@ -303,5 +303,6 @@ public void testGetFileStatusOnDir() throws Exception {
|
||||
FileSystem.LOG.info("GOOD: getting an exception", ioe);
|
||||
}
|
||||
}
|
||||
fs.delete(dir, true);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user