Selaa lähdekoodia

HADOOP-5172. Disable misbehaving Chukwa unit test until it can be fixed. Contributed by Jerome Boulon

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@743941 13f79535-47bb-0310-9956-ffa450edef68
Nigel Daley 16 vuotta sitten
vanhempi
commit
c31d0f54bb
2 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 3 0
      CHANGES.txt
  2. 1 0
      src/contrib/chukwa/build.xml

+ 3 - 0
CHANGES.txt

@@ -159,6 +159,9 @@ Trunk (unreleased changes)
 
     HADOOP-5226. Add license headers to html and jsp files.  (szetszwo)
 
+    HADOOP-5172. Disable misbehaving Chukwa unit test until it can be fixed.
+    (Jerome Boulon via nigel)
+
 Release 0.20.0 - Unreleased
 
   INCOMPATIBLE CHANGES

+ 1 - 0
src/contrib/chukwa/build.xml

@@ -314,6 +314,7 @@
             <fileset dir="${test.src.dir}">
               <include name="**/${test.include}.java"/>
               <exclude name="**/${test.exclude}.java"/>
+              <exclude name="**/TestAgentConfig.java"/>
             </fileset>
            </batchtest>
            <batchtest todir="${test.build.dir}" if="testcase">