You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-commits@hadoop.apache.org by to...@apache.org on 2011/03/17 06:31:04 UTC

svn commit: r1082400 - in /hadoop/mapreduce/trunk: CHANGES.txt src/contrib/build.xml

Author: todd
Date: Thu Mar 17 05:31:03 2011
New Revision: 1082400

URL: http://svn.apache.org/viewvc?rev=1082400&view=rev
Log:
MAPREDUCE-2348. Disable mumak tests on trunk since they currently time out. Contributed by Todd Lipcon

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

Modified: hadoop/mapreduce/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/mapreduce/trunk/CHANGES.txt?rev=1082400&r1=1082399&r2=1082400&view=diff
==============================================================================
--- hadoop/mapreduce/trunk/CHANGES.txt (original)
+++ hadoop/mapreduce/trunk/CHANGES.txt Thu Mar 17 05:31:03 2011
@@ -118,6 +118,9 @@ Trunk (unreleased changes)
     MAPREDUCE-2379. Adds missing DistributedCache configurations in 
     mapred-default.xml (Todd Lipcon via amareshwari)
 
+    MAPREDUCE-2348. Disable mumak tests on trunk since they currently time out
+    (todd)
+
 Release 0.22.0 - Unreleased
 
   INCOMPATIBLE CHANGES

Modified: hadoop/mapreduce/trunk/src/contrib/build.xml
URL: http://svn.apache.org/viewvc/hadoop/mapreduce/trunk/src/contrib/build.xml?rev=1082400&r1=1082399&r2=1082400&view=diff
==============================================================================
--- hadoop/mapreduce/trunk/src/contrib/build.xml (original)
+++ hadoop/mapreduce/trunk/src/contrib/build.xml Thu Mar 17 05:31:03 2011
@@ -66,7 +66,8 @@
       <fileset dir="." includes="dynamic-scheduler/build.xml"/>
       <fileset dir="." includes="gridmix/build.xml"/>
       <fileset dir="." includes="vertica/build.xml"/>
-      <fileset dir="." includes="mumak/build.xml"/>
+      <!-- mumak tests disabled due to timeouts. See MAPREDUCE-2348
+      <fileset dir="." includes="mumak/build.xml"/> -->
       <fileset dir="." includes="raid/build.xml"/>
     </subant>
     <available file="${build.contrib.dir}/testsfailed" property="testsfailed"/>