Browse Source

Revert HDFS-549.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hdfs/trunk@808974 13f79535-47bb-0310-9956-ffa450edef68
Tsz-wo Sze 16 năm trước cách đây
mục cha
commit
7f79bb9abf
2 tập tin đã thay đổi với 0 bổ sung6 xóa
  1. 0 4
      CHANGES.txt
  2. 0 2
      build.xml

+ 0 - 4
CHANGES.txt

@@ -113,10 +113,6 @@ Trunk (unreleased changes)
     HDFS-552. Change TestFiDataTransferProtocol to junit 4 and add a few new
     tests.  (szetszwo)
 
-    HDFS-549. Allow a non-fault-inject test, which is specified by -Dtestcase,
-    to be executed by the run-test-hdfs-fault-inject target.  (Konstantin
-    Boudnik via szetszwo)
-
     HDFS-563. Simplify the codes in FSNamesystem.getBlockLocations(..).
     (szetszwo)
 

+ 0 - 2
build.xml

@@ -636,7 +636,6 @@
         </batchtest>
         <batchtest todir="${test.build.dir}" if="tests.testcase.fi">
           <fileset dir="${test.src.dir}/aop" includes="**/${testcase}.java"/>
-          <fileset dir="${test.src.dir}/hdfs" includes="**/${testcase}.java"/>
         </batchtest>
       </junit>
       <antcall target="checkfailure"/>
@@ -696,7 +695,6 @@
       </batchtest>
       <batchtest todir="${test.build.dir}" if="tests.testcase.fi">
         <fileset dir="${test.src.dir}/aop" includes="**/${testcase}.java"/>
-        <fileset dir="${test.src.dir}/hdfs-with-mr" includes="**/${testcase}.java"/>
       </batchtest>
     </junit>
     <antcall target="checkfailure"/>