HADOOP-12438. Reset RawLocalFileSystem.useDeprecatedFileStatus in TestLocalFileSystem. Contributed by Chris Nauroth.

This commit is contained in:
Haohui Mai 2015-09-23 19:33:55 -07:00
parent 1f707ecffd
commit 0ef7ff47d5
2 changed files with 4 additions and 0 deletions

View File

@ -1144,6 +1144,9 @@ Release 2.8.0 - UNRELEASED
HADOOP-12417. TestWebDelegationToken failing with port in use.
(Mingliang Liu via wheat9)
HADOOP-12438. Reset RawLocalFileSystem.useDeprecatedFileStatus in
TestLocalFileSystem. (Chris Nauroth via wheat9)
Release 2.7.2 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -72,6 +72,7 @@ public void after() throws IOException {
FileUtil.setWritable(base, true);
FileUtil.fullyDelete(base);
assertTrue(!base.exists());
RawLocalFileSystem.useStatIfAvailable();
}
/**