Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23207 )
Change subject: IMPALA-14059: deflake test_hms_event_sync_timeout ...................................................................... IMPALA-14059: deflake test_hms_event_sync_timeout test_hms_event_sync_timeout adds a sleep in events processing and runs a SELECT in Impala after an INSERT in Hive. The Impala SELECT statement is submitted with sync_hms_events_wait_time_s=2 and it's expected that changes done in Hive haven't been applied in catalogd yet. However, the changes is applied by a single event (ADD_PARTITION) and the event processing delay is just 2s which is not longer enough. Sometimes the event is applied just before the waitForHmsEvent request times out. So the query still sees the latest results and fails the test. This increases the event processing delay to 4s to deflake the test. Change-Id: I91e9cbf234360446422259e274161a01a43ea3d9 Reviewed-on: http://gerrit.cloudera.org:8080/23207 Reviewed-by: Daniel Becker <daniel.bec...@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com> --- M tests/custom_cluster/test_events_custom_configs.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Daniel Becker: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/23207 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I91e9cbf234360446422259e274161a01a43ea3d9 Gerrit-Change-Number: 23207 Gerrit-PatchSet: 2 Gerrit-Owner: Quanlong Huang <huangquanl...@gmail.com> Gerrit-Reviewer: Daniel Becker <daniel.bec...@cloudera.com> Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com> Gerrit-Reviewer: Quanlong Huang <huangquanl...@gmail.com>