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 EAB49200C22 for ; Tue, 21 Feb 2017 19:15:31 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E9436160B68; Tue, 21 Feb 2017 18:15:31 +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 3FF0A160B4F for ; Tue, 21 Feb 2017 19:15:31 +0100 (CET) Received: (qmail 17947 invoked by uid 500); 21 Feb 2017 18:15:30 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 17938 invoked by uid 99); 21 Feb 2017 18:15:30 -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; Tue, 21 Feb 2017 18:15:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 33F31DFADC; Tue, 21 Feb 2017 18:15:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: epayne@apache.org To: common-commits@hadoop.apache.org Message-Id: <22983d1f21dc4909b90abb21a63086ba@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hadoop git commit: HDFS-11404. Increase timeout on TestShortCircuitLocalRead.testDeprecatedGetBlockLocalPathInfoRpc. Contributed by Eric Badger Date: Tue, 21 Feb 2017 18:15:30 +0000 (UTC) archived-at: Tue, 21 Feb 2017 18:15:32 -0000 Repository: hadoop Updated Branches: refs/heads/branch-2.8 2b3e8b75c -> 10d54eb97 HDFS-11404. Increase timeout on TestShortCircuitLocalRead.testDeprecatedGetBlockLocalPathInfoRpc. Contributed by Eric Badger (cherry picked from commit a07ddef10115fd0082832f1c338b2484507a8f49) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/10d54eb9 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/10d54eb9 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/10d54eb9 Branch: refs/heads/branch-2.8 Commit: 10d54eb978a7dc14071a89fa9734e07c0fbe19d1 Parents: 2b3e8b7 Author: Eric Payne Authored: Tue Feb 21 12:04:25 2017 -0600 Committer: Eric Payne Committed: Tue Feb 21 12:13:58 2017 -0600 ---------------------------------------------------------------------- .../apache/hadoop/hdfs/shortcircuit/TestShortCircuitLocalRead.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/10d54eb9/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/shortcircuit/TestShortCircuitLocalRead.java ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/shortcircuit/TestShortCircuitLocalRead.java b/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/shortcircuit/TestShortCircuitLocalRead.java index 1abc44d..69eeb9f 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/shortcircuit/TestShortCircuitLocalRead.java +++ b/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/shortcircuit/TestShortCircuitLocalRead.java @@ -353,7 +353,7 @@ public class TestShortCircuitLocalRead { }); } - @Test(timeout=10000) + @Test(timeout=60000) public void testDeprecatedGetBlockLocalPathInfoRpc() throws IOException { final Configuration conf = new Configuration(); MiniDFSCluster cluster = new MiniDFSCluster.Builder(conf).numDataNodes(1) --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org