HDFS-5258. Skip tests in TestHDFSCLI that are not applicable on Windows. Contributed by Chuan Liu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1526610 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b8f481815b
commit
269eb42b2f
|
@ -348,6 +348,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