This is an automated email from the ASF dual-hosted git repository.
krisztiankasa 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 bc9faf10c1b disable flaky test
bc9faf10c1b is described below
commit bc9faf10c1b2d1ba0b2d7ab4f08930328535891a
Author: kasakrisz <[email protected]>
AuthorDate: Thu Jun 15 06:43:59 2023 +0200
disable flaky test
---
.../org/apache/hadoop/hive/ql/txn/compactor/TestCompactionMetrics.java | 2 ++
1 file changed, 2 insertions(+)
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 24c625139ec..c2aa3f1c842 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
@@ -57,6 +57,7 @@ import org.apache.hadoop.hive.metastore.txn.TxnStore;
import org.apache.hadoop.hive.metastore.txn.TxnUtils;
import org.junit.Assert;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Test;
import java.util.ArrayList;
@@ -985,6 +986,7 @@ public class TestCompactionMetrics extends CompactorTest {
}
@Test
+ @Ignore("HIVE-27442")
public void testCleanerFailuresCountedCorrectly() throws Exception {
final String DEFAULT_DB = "default";
final String SUCCESS_TABLE_NAME = "success_table";