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
This commit is contained in:
parent
e45c32fced
commit
ee97d95c33
|
@ -107,6 +107,9 @@ Release 2.1.2 - UNRELEASED
|
|||
HDFS-5251. Race between the initialization of NameNode and the http
|
||||
server. (Haohui Mai via suresh)
|
||||
|
||||
HDFS-5258. Skip tests in TestHDFSCLI that are not applicable on Windows.
|
||||
(Chuan Liu via cnauroth)
|
||||
|
||||
Release 2.1.1-beta - 2013-09-23
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -1043,6 +1043,7 @@
|
|||
|
||||
<test> <!-- TESTED -->
|
||||
<description>ls: Negative test for quoted /*/* globbing </description>
|
||||
<windows>false</windows>
|
||||
<test-commands>
|
||||
<command>-fs NAMENODE -mkdir /dir0</command>
|
||||
<command>-fs NAMENODE -mkdir /dir0/dir1</command>
|
||||
|
@ -1062,6 +1063,7 @@
|
|||
|
||||
<test> <!-- TESTED -->
|
||||
<description>ls: Test for quoted globbing </description>
|
||||
<windows>false</windows>
|
||||
<test-commands>
|
||||
<command>-fs NAMENODE -mkdir /dir0</command>
|
||||
<command>-fs NAMENODE -mkdir /dir0/\*</command>
|
||||
|
@ -1082,6 +1084,7 @@
|
|||
|
||||
<test> <!-- TESTED -->
|
||||
<description>rm: Test for quoted globbing </description>
|
||||
<windows>false</windows>
|
||||
<test-commands>
|
||||
<command>-fs NAMENODE -mkdir /dir0</command>
|
||||
<command>-fs NAMENODE -mkdir /dir0/\*</command>
|
||||
|
|
Loading…
Reference in New Issue