You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by je...@apache.org on 2014/11/17 20:22:38 UTC

[29/50] [abbrv] tez git commit: TEZ-1749. Increase test timeout for TestLocalMode.testMultipleClientsWithSession (Rajesh Balamohan)

TEZ-1749. Increase test timeout for TestLocalMode.testMultipleClientsWithSession (Rajesh Balamohan)


Project: http://git-wip-us.apache.org/repos/asf/tez/repo
Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/b810c7db
Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/b810c7db
Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/b810c7db

Branch: refs/heads/TEZ-8
Commit: b810c7db18dbe7d43d1df517a556af5e56c507fd
Parents: 873b247
Author: Rajesh Balamohan <rb...@apache.org>
Authored: Thu Nov 6 20:36:57 2014 -0800
Committer: Rajesh Balamohan <rb...@apache.org>
Committed: Thu Nov 6 20:36:57 2014 -0800

----------------------------------------------------------------------
 CHANGES.txt                                                    | 1 +
 tez-dag/src/test/java/org/apache/tez/client/TestLocalMode.java | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/b810c7db/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 359f43c..bac35ff 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,6 +9,7 @@ ALL CHANGES:
   TEZ-1733. TezMerger should sort FileChunks on size when merging
   TEZ-1738. Tez tfile parser for log parsing
   TEZ-1627. Remove OUTPUT_CONSUMABLE and related Event in TaskAttemptImpl
+  TEZ-1749. Increase test timeout for TestLocalMode.testMultipleClientsWithSession
 
 Release 0.5.3: Unreleased
 

http://git-wip-us.apache.org/repos/asf/tez/blob/b810c7db/tez-dag/src/test/java/org/apache/tez/client/TestLocalMode.java
----------------------------------------------------------------------
diff --git a/tez-dag/src/test/java/org/apache/tez/client/TestLocalMode.java b/tez-dag/src/test/java/org/apache/tez/client/TestLocalMode.java
index cd8a3de..7d50c06 100644
--- a/tez-dag/src/test/java/org/apache/tez/client/TestLocalMode.java
+++ b/tez-dag/src/test/java/org/apache/tez/client/TestLocalMode.java
@@ -44,7 +44,7 @@ import org.junit.Test;
 
 public class TestLocalMode {
 
-  @Test(timeout = 10000)
+  @Test(timeout = 30000)
   public void testMultipleClientsWithSession() throws TezException, InterruptedException,
       IOException {
     TezConfiguration tezConf1 = new TezConfiguration();