Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E07E3200BAF for ; Mon, 31 Oct 2016 16:03:15 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id DEF4D160B05; Mon, 31 Oct 2016 15:03:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 311F1160AF0 for ; Mon, 31 Oct 2016 16:03:15 +0100 (CET) Received: (qmail 37621 invoked by uid 500); 31 Oct 2016 15:03:14 -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 37612 invoked by uid 99); 31 Oct 2016 15:03:14 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Oct 2016 15:03:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 40536E0A05; Mon, 31 Oct 2016 15:03:14 +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 Message-Id: <63f3dcfd0a8d45b1865a28d7fa1f1a9d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: tez git commit: TEZ-3442. Flaky test: TestMapProcessor::testMapProcessorProgress (Kuhu Shukla via rbalamohan) Date: Mon, 31 Oct 2016 15:03:14 +0000 (UTC) archived-at: Mon, 31 Oct 2016 15:03:16 -0000 Repository: tez Updated Branches: refs/heads/branch-0.8 829883343 -> 83a70c4d6 TEZ-3442. Flaky test: TestMapProcessor::testMapProcessorProgress (Kuhu Shukla via rbalamohan) (cherry picked from commit b728dbb2bf8e6f6803270f738dc73e7846e45743) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/83a70c4d Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/83a70c4d Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/83a70c4d Branch: refs/heads/branch-0.8 Commit: 83a70c4d619a83380ed77176d26d133c944ce578 Parents: 8298833 Author: Rajesh Balamohan Authored: Thu Sep 22 09:41:23 2016 +0530 Committer: Jonathan Eagles Committed: Mon Oct 31 10:01:49 2016 -0500 ---------------------------------------------------------------------- .../org/apache/tez/mapreduce/processor/map/TestMapProcessor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/83a70c4d/tez-mapreduce/src/test/java/org/apache/tez/mapreduce/processor/map/TestMapProcessor.java ---------------------------------------------------------------------- diff --git a/tez-mapreduce/src/test/java/org/apache/tez/mapreduce/processor/map/TestMapProcessor.java b/tez-mapreduce/src/test/java/org/apache/tez/mapreduce/processor/map/TestMapProcessor.java index 3243de5..7c5e2a7 100644 --- a/tez-mapreduce/src/test/java/org/apache/tez/mapreduce/processor/map/TestMapProcessor.java +++ b/tez-mapreduce/src/test/java/org/apache/tez/mapreduce/processor/map/TestMapProcessor.java @@ -204,7 +204,7 @@ public class TestMapProcessor { reader.close(); } - @Test(timeout = 10000) + @Test(timeout = 30000) public void testMapProcessorProgress() throws Exception { String dagName = "mrdag0"; String vertexName = MultiStageMRConfigUtil.getInitialMapVertexName();