HADOOP-12438. Reset RawLocalFileSystem.useDeprecatedFileStatus in TestLocalFileSystem. Contributed by Chris Nauroth.
This commit is contained in:
parent
f48af332a7
commit
75c70339ab
|
@ -635,6 +635,9 @@ Release 2.8.0 - UNRELEASED
|
||||||
HADOOP-12417. TestWebDelegationToken failing with port in use.
|
HADOOP-12417. TestWebDelegationToken failing with port in use.
|
||||||
(Mingliang Liu via wheat9)
|
(Mingliang Liu via wheat9)
|
||||||
|
|
||||||
|
HADOOP-12438. Reset RawLocalFileSystem.useDeprecatedFileStatus in
|
||||||
|
TestLocalFileSystem. (Chris Nauroth via wheat9)
|
||||||
|
|
||||||
Release 2.7.2 - UNRELEASED
|
Release 2.7.2 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -71,6 +71,7 @@ public class TestLocalFileSystem {
|
||||||
FileUtil.setWritable(base, true);
|
FileUtil.setWritable(base, true);
|
||||||
FileUtil.fullyDelete(base);
|
FileUtil.fullyDelete(base);
|
||||||
assertTrue(!base.exists());
|
assertTrue(!base.exists());
|
||||||
|
RawLocalFileSystem.useStatIfAvailable();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue