Revert "HIVE-13499 : TestJdbcWithMiniHS2 is hanging - temp patch to disable the test class"
This reverts commit 98a7dd8c88969654baadcee65d34863e97835aa4. Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/2d282919 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/2d282919 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/2d282919 Branch: refs/heads/llap Commit: 2d282919c9453846e6f3e29e0d43080e3cd9978a Parents: 58c4e12 Author: Thejas Nair <the...@hortonworks.com> Authored: Fri Apr 15 12:18:26 2016 -0700 Committer: Thejas Nair <the...@hortonworks.com> Committed: Fri Apr 15 12:18:26 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/2d282919/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 857805a..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,10 +64,8 @@ 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;