Skip to content

Commit c6ad39e

Browse files
committed
HADOOP-11796. Skip TestShellBasedIdMapping.testStaticMapUpdate on Windows. Contributed by Xiaoyu Yao.
(cherry picked from commit bd77a7c) (cherry picked from commit 6e70611)
1 parent 5021f52 commit c6ad39e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

hadoop-common-project/hadoop-common/CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,9 @@ Release 2.7.0 - UNRELEASED
723723
Ozawa via vinodkv)
724724

725725
HADOOP-11776. Fixed the broken JDiff support in Hadoop 2. (Li Lu via vinodkv)
726+
727+
HADOOP-11796. Skip TestShellBasedIdMapping.testStaticMapUpdate on Windows.
728+
(Xiaoyu Yao via cnauroth)
726729

727730
Release 2.6.1 - UNRELEASED
728731

hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestShellBasedIdMapping.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ public void testStaticMapping() throws IOException {
129129
// Test staticMap refreshing
130130
@Test
131131
public void testStaticMapUpdate() throws IOException {
132+
assumeTrue(!Shell.WINDOWS);
132133
File tempStaticMapFile = File.createTempFile("nfs-", ".map");
133134
tempStaticMapFile.delete();
134135
Configuration conf = new Configuration();

0 commit comments

Comments
 (0)