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:25 UTC

[33/58] [abbrv] hive git commit: Revert "HIVE-13499 - TestJdbcWithMiniHS2.testConcurrentStatements is hanging - Temp patch to disable test"

Revert "HIVE-13499 - TestJdbcWithMiniHS2.testConcurrentStatements is hanging - Temp patch to disable test"

This reverts commit 8c182ae10bc03be98ad38defde7518eeadfe9e1b.


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/b5fe2d2d
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/b5fe2d2d
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/b5fe2d2d

Branch: refs/heads/llap
Commit: b5fe2d2dd65ae0a78d4dc9a7c2e8c485e8082a54
Parents: 8c182ae
Author: Thejas Nair <th...@hortonworks.com>
Authored: Wed Apr 13 10:54:07 2016 -0700
Committer: Thejas Nair <th...@hortonworks.com>
Committed: Wed Apr 13 10:54:07 2016 -0700

----------------------------------------------------------------------
 .../src/test/java/org/apache/hive/jdbc/TestJdbcWithMiniHS2.java    | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/b5fe2d2d/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 9e3c7e1..10c8ff2 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,7 +64,6 @@ import org.junit.AfterClass;
 import org.junit.Assert;
 import org.junit.Before;
 import org.junit.BeforeClass;
-import org.junit.Ignore;
 import org.junit.Test;
 
 public class TestJdbcWithMiniHS2 {
@@ -131,7 +130,6 @@ public class TestJdbcWithMiniHS2 {
     stmt.close();
   }
 
-  @Ignore("Disabling test until hanging issue is resolved.")
   @Test
   public void testConcurrentStatements() throws Exception {
     String tableName = "testConcurrentStatements";