File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
hadoop-hdfs-project/hadoop-hdfs Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff 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+
110113Release 2.1.1-beta - 2013-09-23
111114
112115 INCOMPATIBLE CHANGES
Original file line number Diff line number Diff line change 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>
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>
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>
You can’t perform that action at this time.
0 commit comments