소스 검색

HDFS-12917. Fix description errors in testErasureCodingConf.xml. Contributed by chencan.

Chen Liang 7 년 전
부모
커밋
aa503a29d0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testErasureCodingConf.xml

+ 2 - 2
hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testErasureCodingConf.xml

@@ -376,7 +376,7 @@
     </test>
 
     <test>
-      <description>getPolicy : get EC policy information at specified path, which doesn't have an EC policy</description>
+      <description>getPolicy : get EC policy information at specified path, which has an EC policy</description>
       <test-commands>
         <command>-fs NAMENODE -mkdir /ecdir</command>
         <ec-admin-command>-fs NAMENODE -setPolicy -policy RS-6-3-1024k -path /ecdir</ec-admin-command>
@@ -394,7 +394,7 @@
     </test>
 
     <test>
-      <description>getPolicy : get EC policy information at specified path, which doesn't have an EC policy</description>
+      <description>getPolicy : get EC policy information at specified path, which has an EC policy</description>
       <test-commands>
         <command>-fs NAMENODE -mkdir /ecdir</command>
         <ec-admin-command>-fs NAMENODE -setPolicy -policy RS-6-3-1024k -path /ecdir</ec-admin-command>