Skip to content

Commit 4bfb5f3

Browse files
committed
HDFS-5258. Merging change r1526610 from trunk to branch-2.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1526611 13f79535-47bb-0310-9956-ffa450edef68
1 parent e0fb807 commit 4bfb5f3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ Release 2.1.2 - UNRELEASED
107107
HDFS-5251. Race between the initialization of NameNode and the http
108108
server. (Haohui Mai via suresh)
109109

110+
HDFS-5258. Skip tests in TestHDFSCLI that are not applicable on Windows.
111+
(Chuan Liu via cnauroth)
112+
110113
Release 2.1.1-beta - 2013-09-23
111114

112115
INCOMPATIBLE CHANGES

hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testHDFSConf.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,6 +1043,7 @@
10431043

10441044
<test> <!-- TESTED -->
10451045
<description>ls: Negative test for quoted /*/* globbing </description>
1046+
<windows>false</windows>
10461047
<test-commands>
10471048
<command>-fs NAMENODE -mkdir /dir0</command>
10481049
<command>-fs NAMENODE -mkdir /dir0/dir1</command>
@@ -1062,6 +1063,7 @@
10621063

10631064
<test> <!-- TESTED -->
10641065
<description>ls: Test for quoted globbing </description>
1066+
<windows>false</windows>
10651067
<test-commands>
10661068
<command>-fs NAMENODE -mkdir /dir0</command>
10671069
<command>-fs NAMENODE -mkdir /dir0/\*</command>
@@ -1082,6 +1084,7 @@
10821084

10831085
<test> <!-- TESTED -->
10841086
<description>rm: Test for quoted globbing </description>
1087+
<windows>false</windows>
10851088
<test-commands>
10861089
<command>-fs NAMENODE -mkdir /dir0</command>
10871090
<command>-fs NAMENODE -mkdir /dir0/\*</command>

0 commit comments

Comments
 (0)