This is an automated email from the ASF dual-hosted git repository.
abstractdog 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 bc10f65b112 HIVE-27982: TestConcurrentDppInserts fails on master -
disable test
bc10f65b112 is described below
commit bc10f65b112301dba51082d50c02b6f4d1ea14fd
Author: Laszlo Bodor <[email protected]>
AuthorDate: Fri Jan 5 19:55:28 2024 +0100
HIVE-27982: TestConcurrentDppInserts fails on master - disable test
---
.../test/org/apache/hadoop/hive/ql/exec/TestConcurrentDppInserts.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/ql/src/test/org/apache/hadoop/hive/ql/exec/TestConcurrentDppInserts.java
b/ql/src/test/org/apache/hadoop/hive/ql/exec/TestConcurrentDppInserts.java
index 1288c10d32e..8595b25bc67 100644
--- a/ql/src/test/org/apache/hadoop/hive/ql/exec/TestConcurrentDppInserts.java
+++ b/ql/src/test/org/apache/hadoop/hive/ql/exec/TestConcurrentDppInserts.java
@@ -34,6 +34,7 @@ import org.apache.hive.testutils.HiveTestEnvSetup;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.ClassRule;
+import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TestRule;
@@ -42,6 +43,7 @@ import org.slf4j.LoggerFactory;
import com.google.common.base.Joiner;
+@Ignore
public class TestConcurrentDppInserts {
static final private Logger LOG =
LoggerFactory.getLogger(TestConcurrentDppInserts.class.getName());