HADOOP-11796. Skip TestShellBasedIdMapping.testStaticMapUpdate on Windows. Contributed by Xiaoyu Yao.
(cherry picked from commit bd77a7c4d94fe8a74b36deb50e19396c98b8908e) (cherry picked from commit 6e70611819e81eb0690dda00b9789ed250f3959c)
This commit is contained in:
parent
5021f52f7b
commit
c6ad39e406
@ -723,6 +723,9 @@ Release 2.7.0 - UNRELEASED
|
||||
Ozawa via vinodkv)
|
||||
|
||||
HADOOP-11776. Fixed the broken JDiff support in Hadoop 2. (Li Lu via vinodkv)
|
||||
|
||||
HADOOP-11796. Skip TestShellBasedIdMapping.testStaticMapUpdate on Windows.
|
||||
(Xiaoyu Yao via cnauroth)
|
||||
|
||||
Release 2.6.1 - UNRELEASED
|
||||
|
||||
|
@ -129,6 +129,7 @@ public void testStaticMapping() throws IOException {
|
||||
// Test staticMap refreshing
|
||||
@Test
|
||||
public void testStaticMapUpdate() throws IOException {
|
||||
assumeTrue(!Shell.WINDOWS);
|
||||
File tempStaticMapFile = File.createTempFile("nfs-", ".map");
|
||||
tempStaticMapFile.delete();
|
||||
Configuration conf = new Configuration();
|
||||
|
Loading…
x
Reference in New Issue
Block a user