You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kg...@apache.org on 2018/02/26 12:03:19 UTC

hive git commit: HIVE-18604: addendum, HIVE-18715 will remove these cases

Repository: hive
Updated Branches:
  refs/heads/master e8e5ab246 -> 8af753ab5


HIVE-18604: addendum, HIVE-18715 will remove these cases


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

Branch: refs/heads/master
Commit: 8af753ab51f2351a2603745e879ee69c110bc583
Parents: e8e5ab2
Author: Zoltan Haindrich <ki...@rxd.hu>
Authored: Thu Feb 22 18:38:29 2018 +0100
Committer: Zoltan Haindrich <ki...@rxd.hu>
Committed: Mon Feb 26 12:36:54 2018 +0100

----------------------------------------------------------------------
 .../hive/hcatalog/listener/TestDbNotificationListener.java       | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/8af753ab/itests/hcatalog-unit/src/test/java/org/apache/hive/hcatalog/listener/TestDbNotificationListener.java
----------------------------------------------------------------------
diff --git a/itests/hcatalog-unit/src/test/java/org/apache/hive/hcatalog/listener/TestDbNotificationListener.java b/itests/hcatalog-unit/src/test/java/org/apache/hive/hcatalog/listener/TestDbNotificationListener.java
index 9614114..7aadf18 100644
--- a/itests/hcatalog-unit/src/test/java/org/apache/hive/hcatalog/listener/TestDbNotificationListener.java
+++ b/itests/hcatalog-unit/src/test/java/org/apache/hive/hcatalog/listener/TestDbNotificationListener.java
@@ -102,6 +102,7 @@ import org.apache.hive.hcatalog.data.Pair;
 import org.junit.After;
 import org.junit.Before;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.rules.TestRule;
@@ -962,6 +963,7 @@ public class TestDbNotificationListener {
   }
 
   @Test
+  @Ignore("HIVE-18715")
   public void createIndex() throws Exception {
     String indexName = "createIndex";
     String dbName = "default";
@@ -1033,6 +1035,7 @@ public class TestDbNotificationListener {
   }
 
   @Test
+  @Ignore("HIVE-18715")
   public void dropIndex() throws Exception {
     String indexName = "dropIndex";
     String dbName = "default";
@@ -1108,6 +1111,7 @@ public class TestDbNotificationListener {
   }
 
   @Test
+  @Ignore("HIVE-18715")
   public void alterIndex() throws Exception {
     String indexName = "alterIndex";
     String dbName = "default";