Quanlong Huang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22547
Change subject: IMPALA-13799: Bumps timeout in waiting for catalog updates in tests ...................................................................... IMPALA-13799: Bumps timeout in waiting for catalog updates in tests EventProcessorUtils.wait_for_event_processing() is used in tests to wait for HMS events being processed by catalogd and all impalads receive the catalog updates. Currently, the timeout in waiting for catalog updates is 10s. However, there are some e2e tests like test_overlap_min_max_filters that run DDL/DMLs longer than 10s, which could block the catalog update for longer than 10s. When this util method is used in e2e tests, it could be impacted by other concurrent tests and time out. This patch deflake the issue by bumping the timeout to be 20s. Change-Id: If6a785e6d98572bf1a3fa3efc81d712c7ecc488e --- M tests/util/event_processor_utils.py 1 file changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/47/22547/1 -- To view, visit http://gerrit.cloudera.org:8080/22547 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: If6a785e6d98572bf1a3fa3efc81d712c7ecc488e Gerrit-Change-Number: 22547 Gerrit-PatchSet: 1 Gerrit-Owner: Quanlong Huang <[email protected]>
