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 eed0b21c815 HIVE-29061: Disable flaky test
TestTriggersNoTezSessionPool.testTriggerTotalLaunchedTasks
eed0b21c815 is described below
commit eed0b21c815c49476648b6a22f97a3245afb93cc
Author: zhangbutao <[email protected]>
AuthorDate: Fri Jul 11 09:22:03 2025 +0800
HIVE-29061: Disable flaky test
TestTriggersNoTezSessionPool.testTriggerTotalLaunchedTasks
---
.../src/test/java/org/apache/hive/jdbc/TestTriggersNoTezSessionPool.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestTriggersNoTezSessionPool.java
b/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestTriggersNoTezSessionPool.java
index aea4fe7f015..1c1b0c6083b 100644
---
a/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestTriggersNoTezSessionPool.java
+++
b/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestTriggersNoTezSessionPool.java
@@ -72,6 +72,7 @@ public void testTriggerDAGTotalTasks() throws Exception {
runQueryWithTrigger(query, getConfigs(), trigger + " violated", 50);
}
+ @org.junit.Ignore("HIVE-29061")
@Test(timeout = 60000)
public void testTriggerTotalLaunchedTasks() throws Exception {
Expression expression = ExpressionFactory.fromString("TOTAL_LAUNCHED_TASKS
> 20");