Quanlong Huang has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/22547 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Quanlong Huang <[email protected]> --- M tests/util/event_processor_utils.py 1 file changed, 3 insertions(+), 1 deletion(-) Approvals: Impala Public Jenkins: Looks good to me, approved Quanlong Huang: Verified -- 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: merged Gerrit-Change-Id: If6a785e6d98572bf1a3fa3efc81d712c7ecc488e Gerrit-Change-Number: 22547 Gerrit-PatchSet: 3 Gerrit-Owner: Quanlong Huang <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Xuebin Su <[email protected]>
