Return-Path: X-Original-To: apmail-tez-commits-archive@minotaur.apache.org Delivered-To: apmail-tez-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8AFFB10828 for ; Mon, 17 Nov 2014 19:22:12 +0000 (UTC) Received: (qmail 84667 invoked by uid 500); 17 Nov 2014 19:22:12 -0000 Delivered-To: apmail-tez-commits-archive@tez.apache.org Received: (qmail 84564 invoked by uid 500); 17 Nov 2014 19:22:12 -0000 Mailing-List: contact commits-help@tez.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tez.apache.org Delivered-To: mailing list commits@tez.apache.org Received: (qmail 83644 invoked by uid 99); 17 Nov 2014 19:22:12 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Nov 2014 19:22:12 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E8FB998DE60; Mon, 17 Nov 2014 19:22:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jeagles@apache.org To: commits@tez.apache.org Date: Mon, 17 Nov 2014 19:22:38 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [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 Authored: Thu Nov 6 20:36:57 2014 -0800 Committer: Rajesh Balamohan 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();