瀏覽代碼

MAPREDUCE-6104. TestJobHistoryParsing.testPartialJob fails in branch-2. Contributed by Mit Desai

Jason Lowe 10 年之前
父節點
當前提交
7af4c3888b

+ 3 - 0
hadoop-mapreduce-project/CHANGES.txt

@@ -367,6 +367,9 @@ Release 2.6.0 - UNRELEASED
     MAPREDUCE-6095. Enable DistributedCache for uber-mode Jobs (Gera Shegalov
     MAPREDUCE-6095. Enable DistributedCache for uber-mode Jobs (Gera Shegalov
     via jlowe)
     via jlowe)
 
 
+    MAPREDUCE-6104. TestJobHistoryParsing.testPartialJob fails in branch-2
+    (Mit Desai via jlowe)
+
 Release 2.5.1 - 2014-09-05
 Release 2.5.1 - 2014-09-05
 
 
   INCOMPATIBLE CHANGES
   INCOMPATIBLE CHANGES

+ 1 - 1
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/TestJobHistoryParsing.java

@@ -810,7 +810,7 @@ public class TestJobHistoryParsing {
   /**
   /**
    * Simple test PartialJob
    * Simple test PartialJob
    */
    */
-  @Test(timeout = 1000)
+  @Test(timeout = 3000)
   public void testPartialJob() throws Exception {
   public void testPartialJob() throws Exception {
     JobId jobId = new JobIdPBImpl();
     JobId jobId = new JobIdPBImpl();
     jobId.setId(0);
     jobId.setId(0);