Return-Path: X-Original-To: apmail-hive-commits-archive@www.apache.org Delivered-To: apmail-hive-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5B9E619CA4 for ; Wed, 13 Apr 2016 17:56:04 +0000 (UTC) Received: (qmail 97748 invoked by uid 500); 13 Apr 2016 17:55:59 -0000 Delivered-To: apmail-hive-commits-archive@hive.apache.org Received: (qmail 97648 invoked by uid 500); 13 Apr 2016 17:55:59 -0000 Mailing-List: contact commits-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hive.apache.org Delivered-To: mailing list commits@hive.apache.org Received: (qmail 97633 invoked by uid 99); 13 Apr 2016 17:55:59 -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; Wed, 13 Apr 2016 17:55:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C8480DFDCF; Wed, 13 Apr 2016 17:55:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: thejas@apache.org To: commits@hive.apache.org Date: Wed, 13 Apr 2016 17:55:59 -0000 Message-Id: <845013e3785841e3877e3091666b2752@git.apache.org> In-Reply-To: <41e98ff47f424484b366357d52f94029@git.apache.org> References: <41e98ff47f424484b366357d52f94029@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] hive git commit: HIVE-13499 : TestJdbcWithMiniHS2 is hanging - temp patch to disable the test class HIVE-13499 : TestJdbcWithMiniHS2 is hanging - temp patch to disable the test class Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/98a7dd8c Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/98a7dd8c Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/98a7dd8c Branch: refs/heads/master Commit: 98a7dd8c88969654baadcee65d34863e97835aa4 Parents: b5fe2d2 Author: Thejas Nair Authored: Wed Apr 13 10:55:50 2016 -0700 Committer: Thejas Nair Committed: Wed Apr 13 10:55:50 2016 -0700 ---------------------------------------------------------------------- .../src/test/java/org/apache/hive/jdbc/TestJdbcWithMiniHS2.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/98a7dd8c/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcWithMiniHS2.java ---------------------------------------------------------------------- diff --git a/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcWithMiniHS2.java b/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcWithMiniHS2.java index 10c8ff2..857805a 100644 --- a/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcWithMiniHS2.java +++ b/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcWithMiniHS2.java @@ -64,8 +64,10 @@ import org.junit.AfterClass; import org.junit.Assert; import org.junit.Before; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Test; +@Ignore("Disabling test until hanging issue is resolved.") public class TestJdbcWithMiniHS2 { private static MiniHS2 miniHS2 = null; private static String dataFileDir;