HADOOP-11280. TestWinUtils#testChmod fails after removal of NO_PROPAGATE_INHERIT_ACE. Contributed by Chris Nauroth.

(cherry picked from commit 42bbe3794e)
This commit is contained in:
cnauroth 2014-11-07 00:02:17 -08:00
parent c7752f9180
commit a3496b7e01
2 changed files with 4 additions and 1 deletions

View File

@ -557,6 +557,9 @@ Release 2.6.0 - UNRELEASED
HADOOP-11265. Credential and Key Shell Commands not available on Windows.
(Larry McCay via cnauroth)
HADOOP-11280. TestWinUtils#testChmod fails after removal of
NO_PROPAGATE_INHERIT_ACE. (cnauroth)
Release 2.5.2 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -371,7 +371,7 @@ public class TestWinUtils {
testChmodInternalR("a+rX", "rw-r--r--", "rwxr-xr-x");
// Test a new file created in a chmod'ed directory has expected permission
testNewFileChmodInternal("-rwx------");
testNewFileChmodInternal("-rwxr-xr-x");
}
private void chown(String userGroup, File file) throws IOException {