Author: schen
Date: Fri Jan 28 00:22:00 2011
New Revision: 1064381

URL: http://svn.apache.org/viewvc?rev=1064381&view=rev
Log:
MAPREDUCE-2283. Add timeout for Raid Tests (Ramkumar Vadali via schen)


Modified:
    hadoop/mapreduce/branches/branch-0.22/CHANGES.txt
    hadoop/mapreduce/branches/branch-0.22/src/contrib/raid/build.xml

Modified: hadoop/mapreduce/branches/branch-0.22/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/mapreduce/branches/branch-0.22/CHANGES.txt?rev=1064381&r1=1064380&r2=1064381&view=diff
==============================================================================
--- hadoop/mapreduce/branches/branch-0.22/CHANGES.txt (original)
+++ hadoop/mapreduce/branches/branch-0.22/CHANGES.txt Fri Jan 28 00:22:00 2011
@@ -438,6 +438,8 @@ Release 0.22.0 - Unreleased
 
     MAPREDUCE-2253. Servlets should specify content type (todd)
 
+    MAPREDUCE-2283. Add timeout for Raid Tests (Ramkumar Vadali via schen)
+
 Release 0.21.1 - Unreleased
 
   NEW FEATURES

Modified: hadoop/mapreduce/branches/branch-0.22/src/contrib/raid/build.xml
URL: 
http://svn.apache.org/viewvc/hadoop/mapreduce/branches/branch-0.22/src/contrib/raid/build.xml?rev=1064381&r1=1064380&r2=1064381&view=diff
==============================================================================
--- hadoop/mapreduce/branches/branch-0.22/src/contrib/raid/build.xml (original)
+++ hadoop/mapreduce/branches/branch-0.22/src/contrib/raid/build.xml Fri Jan 28 
00:22:00 2011
@@ -35,7 +35,7 @@ to call at top-level: ant deploy-contrib
 
   <target name="test-junit" depends="compile,compile-test" if="test.available">
     <junit showoutput="${test.output}" fork="yes" printsummary="yes" 
errorProperty="tests.failed" 
-           haltonfailure="no" failureProperty="tests.failed">
+           haltonfailure="no" failureProperty="tests.failed" 
timeout="${test.timeout}">
 
         <classpath refid="test.classpath"/>
         <sysproperty key="test.build.data" value="${build.test}/data"/>


Reply via email to