You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ni...@apache.org on 2009/02/13 01:43:47 UTC

svn commit: r743941 - in /hadoop/core/trunk: CHANGES.txt src/contrib/chukwa/build.xml

Author: nigel
Date: Fri Feb 13 00:43:47 2009
New Revision: 743941

URL: http://svn.apache.org/viewvc?rev=743941&view=rev
Log:
HADOOP-5172. Disable misbehaving Chukwa unit test until it can be fixed. Contributed by Jerome Boulon

Modified:
    hadoop/core/trunk/CHANGES.txt
    hadoop/core/trunk/src/contrib/chukwa/build.xml

Modified: hadoop/core/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=743941&r1=743940&r2=743941&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Fri Feb 13 00:43:47 2009
@@ -159,6 +159,9 @@
 
     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

Modified: hadoop/core/trunk/src/contrib/chukwa/build.xml
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/build.xml?rev=743941&r1=743940&r2=743941&view=diff
==============================================================================
--- hadoop/core/trunk/src/contrib/chukwa/build.xml (original)
+++ hadoop/core/trunk/src/contrib/chukwa/build.xml Fri Feb 13 00:43:47 2009
@@ -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">