This is an automated email from the ASF dual-hosted git repository.

kgyrtkirk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new 2cdfa8d  disable unstable tests
2cdfa8d is described below

commit 2cdfa8d3e6241c28803d804a8042f784c032d061
Author: Zoltan Haindrich <k...@rxd.hu>
AuthorDate: Wed Nov 17 17:37:45 2021 +0000

    disable unstable tests
---
 .../apache/hadoop/hive/ql/parse/TestScheduledReplicationScenarios.java  | 2 ++
 .../org/apache/hadoop/hive/ql/txn/compactor/TestCompactionMetrics.java  | 1 +
 ql/src/test/queries/clientpositive/replication_metrics_ingest.q         | 1 +
 3 files changed, 4 insertions(+)

diff --git 
a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestScheduledReplicationScenarios.java
 
b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestScheduledReplicationScenarios.java
index cca89b9..e0b389e 100644
--- 
a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestScheduledReplicationScenarios.java
+++ 
b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestScheduledReplicationScenarios.java
@@ -254,6 +254,7 @@ public class TestScheduledReplicationScenarios extends 
BaseReplicationScenariosA
   }
 
   @Test
+  @Ignore("HIVE-25720")
   public void testCompleteFailoverWithReverseBootstrap() throws Throwable {
     String withClause = "'" + HiveConf.ConfVars.HIVE_IN_TEST + "' = 'true','"
             + HiveConf.ConfVars.REPL_RETAIN_PREV_DUMP_DIR + "'='true'" ;
@@ -400,6 +401,7 @@ public class TestScheduledReplicationScenarios extends 
BaseReplicationScenariosA
   }
 
   @Test
+  @Ignore("HIVE-25720")
   public void testSetPolicyId() throws Throwable {
     String withClause =
         " WITH('" + HiveConf.ConfVars.HIVE_IN_TEST + "' = 'true'" + ",'"
diff --git 
a/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestCompactionMetrics.java
 
b/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestCompactionMetrics.java
index 51fe394..13c97fb 100644
--- 
a/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestCompactionMetrics.java
+++ 
b/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestCompactionMetrics.java
@@ -178,6 +178,7 @@ public class TestCompactionMetrics  extends CompactorTest {
   }
 
   @Test
+  @org.junit.Ignore("HIVE-25716")
   public void testOldestReadyForCleaningAge() throws Exception {
     conf.setIntVar(HiveConf.ConfVars.COMPACTOR_MAX_NUM_DELTA, 1);
 
diff --git a/ql/src/test/queries/clientpositive/replication_metrics_ingest.q 
b/ql/src/test/queries/clientpositive/replication_metrics_ingest.q
index a710b00..a03aa86 100644
--- a/ql/src/test/queries/clientpositive/replication_metrics_ingest.q
+++ b/ql/src/test/queries/clientpositive/replication_metrics_ingest.q
@@ -1,3 +1,4 @@
+--! qt:disabled:HIVE-25719
 --! qt:authorizer
 --! qt:scheduledqueryservice
 --! qt:sysdb

Reply via email to