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

pvary 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 147b46e8cd4 Disable flaky tests
147b46e8cd4 is described below

commit 147b46e8cd4b9c934817eb45d8e501b6611cfff6
Author: Peter Vary <[email protected]>
AuthorDate: Tue May 24 15:41:42 2022 +0200

    Disable flaky tests
---
 .../hadoop/hive/ql/parse/repl/metric/TestReplicationMetricSink.java     | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/ql/src/test/org/apache/hadoop/hive/ql/parse/repl/metric/TestReplicationMetricSink.java
 
b/ql/src/test/org/apache/hadoop/hive/ql/parse/repl/metric/TestReplicationMetricSink.java
index 8c359b4fe54..1b3cfd3ddec 100644
--- 
a/ql/src/test/org/apache/hadoop/hive/ql/parse/repl/metric/TestReplicationMetricSink.java
+++ 
b/ql/src/test/org/apache/hadoop/hive/ql/parse/repl/metric/TestReplicationMetricSink.java
@@ -88,6 +88,7 @@ public class TestReplicationMetricSink {
     return deserializer.deSerializeGenericString(msg);
   }
 
+  @org.junit.Ignore("HIVE-26262")
   @Test
   public void testSuccessBootstrapDumpMetrics() throws Exception {
     ReplicationMetricCollector bootstrapDumpMetricCollector = new 
BootstrapDumpMetricCollector(
@@ -313,6 +314,7 @@ public class TestReplicationMetricSink {
     }
   }
 
+  @org.junit.Ignore("HIVE-26262")
   @Test
   public void testReplStatsInMetrics() throws HiveException, 
InterruptedException, TException {
     int origRMProgress = ReplStatsTracker.RM_PROGRESS_LENGTH;

Reply via email to