This is an automated email from the ASF dual-hosted git repository. zhangbutao pushed a commit to branch branch-4.1 in repository https://gitbox.apache.org/repos/asf/hive.git
The following commit(s) were added to refs/heads/branch-4.1 by this push: new 128c73cb480 HIVE-29061: Disable flaky test TestTriggersNoTezSessionPool.testTriggerTotalLaunchedTasks (#5945) 128c73cb480 is described below commit 128c73cb4807292a2093ba9ecccb8c230125172d Author: Butao Zhang <zhangbu...@apache.org> AuthorDate: Wed Jul 9 17:31:05 2025 +0800 HIVE-29061: Disable flaky test TestTriggersNoTezSessionPool.testTriggerTotalLaunchedTasks (#5945) --- .../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");