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

zhangbutao 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 0e9282b3ed7 HIVE-27936: Disable flaky test 
testBootstrapAcidTablesDuringIncrementalWithConcurrentWrites (#4934)(Butao 
Zhang, reviewed by Ayush Saxena)
0e9282b3ed7 is described below

commit 0e9282b3ed7c59dee3e3a950bd3cd390cca2652b
Author: Butao Zhang <[email protected]>
AuthorDate: Mon Dec 11 20:39:54 2023 +0800

    HIVE-27936: Disable flaky test 
testBootstrapAcidTablesDuringIncrementalWithConcurrentWrites (#4934)(Butao 
Zhang, reviewed by Ayush Saxena)
---
 .../hive/ql/parse/TestReplicationScenariosAcidTablesBootstrap.java      | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenariosAcidTablesBootstrap.java
 
b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenariosAcidTablesBootstrap.java
index e393c3dcd9c..5546f41447e 100644
--- 
a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenariosAcidTablesBootstrap.java
+++ 
b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenariosAcidTablesBootstrap.java
@@ -32,6 +32,7 @@ import org.apache.hadoop.fs.FileSystem;
 import org.apache.hadoop.fs.Path;
 
 import org.junit.Assert;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.BeforeClass;
 
@@ -238,6 +239,7 @@ public class TestReplicationScenariosAcidTablesBootstrap
   }
 
   @Test
+  @Ignore("HIVE-27936")
   public void testBootstrapAcidTablesDuringIncrementalWithConcurrentWrites() 
throws Throwable {
     // Dump and load bootstrap without ACID tables.
     WarehouseInstance.Tuple bootstrapDump = prepareDataAndDump(primaryDbName,

Reply via email to