소스 검색

svn merge -c 1298066 from trunk for HDFS-2038.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23.2@1298071 13f79535-47bb-0310-9956-ffa450edef68
Tsz-wo Sze 13 년 전
부모
커밋
79d090e026

+ 3 - 0
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

@@ -78,6 +78,9 @@ Release 0.23.2 - UNRELEASED
     HDFS-3032. Change DFSClient.renewLease() so that it only retries up to the
     lease soft-limit.  (Kihwal Lee via szetszwo)
 
+    HDFS-2038. Update TestHDFSCLI to handle relative paths with globs.
+    (Kihwal Lee via szetszwo)
+
 Release 0.23.1 - 2012-02-17 
 
   INCOMPATIBLE CHANGES

+ 2 - 1
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/cli/TestHDFSCLI.java

@@ -29,6 +29,7 @@ import org.apache.hadoop.security.authorize.PolicyProvider;
 import org.junit.After;
 import static org.junit.Assert.assertTrue;
 import org.junit.Before;
+import org.junit.Test;
 
 public class TestHDFSCLI extends CLITestHelperDFS {
 
@@ -95,7 +96,7 @@ public class TestHDFSCLI extends CLITestHelperDFS {
 
   //TODO: The test is failing due to the change in HADOOP-7360.
   //      HDFS-2038 is going to fix it.  Disable the test for the moment.
-  //@Test
+  @Test
   @Override
   public void testAll () {
     super.testAll();

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 159 - 157
hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testHDFSConf.xml


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.