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

stigahuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


The following commit(s) were added to refs/heads/master by this push:
     new 391cbd082 IMPALA-13974: (Addendum) Skip TestEventSyncWaiting in 
non-HDFS builds
391cbd082 is described below

commit 391cbd0824296f357f50aa2168f78db3c24c4e23
Author: stiga-huang <[email protected]>
AuthorDate: Tue Apr 29 09:57:23 2025 +0800

    IMPALA-13974: (Addendum) Skip TestEventSyncWaiting in non-HDFS builds
    
    TestEventSyncWaiting depends on running statements on Hive which doesn't
    work in non-HDFS builds. This patch skips the test in these builds.
    
    Change-Id: I947ad23456c01bc76df0ad154519360549143b80
    Reviewed-on: http://gerrit.cloudera.org:8080/22828
    Reviewed-by: Impala Public Jenkins <[email protected]>
    Tested-by: Impala Public Jenkins <[email protected]>
---
 tests/custom_cluster/test_events_custom_configs.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/custom_cluster/test_events_custom_configs.py 
b/tests/custom_cluster/test_events_custom_configs.py
index 4ef2738ff..842cb29dd 100644
--- a/tests/custom_cluster/test_events_custom_configs.py
+++ b/tests/custom_cluster/test_events_custom_configs.py
@@ -1618,6 +1618,7 @@ class 
TestEventSyncFailures(TestEventProcessingCustomConfigsBase):
     assert len(results.data) == 1
 
 
[email protected]
 class TestEventSyncWaiting(TestEventProcessingCustomConfigsBase):
 
   @CustomClusterTestSuite.with_args(

Reply via email to