You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by jd...@apache.org on 2016/04/20 00:25:26 UTC

[34/58] [abbrv] 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/llap
Commit: 98a7dd8c88969654baadcee65d34863e97835aa4
Parents: b5fe2d2
Author: Thejas Nair <th...@hortonworks.com>
Authored: Wed Apr 13 10:55:50 2016 -0700
Committer: Thejas Nair <th...@hortonworks.com>
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;