Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20454 )
Change subject: IMPALA-12416: Fix test failures caused by IMPALA-11535 ...................................................................... IMPALA-12416: Fix test failures caused by IMPALA-11535 Fixed the test failures in Java unit tests caused by incorrectly setting the config 'enable_sync_to_latest_event_on_ddls' to true. This flag has to be reset to its original value at the end of the test since BackendConfig.INSTANCE is shared by all the FE tests. Also, increased the hms polling interval to 10sec for the test_skipping_older_events() end-to-end test to avoid flakiness. Change-Id: I4930933dca849496bfbe475c8efc960d15fa57a8 Reviewed-on: http://gerrit.cloudera.org:8080/20454 Reviewed-by: Quanlong Huang <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M fe/src/test/java/org/apache/impala/catalog/events/MetastoreEventsProcessorTest.java M tests/custom_cluster/test_events_custom_configs.py 2 files changed, 49 insertions(+), 41 deletions(-) Approvals: Quanlong Huang: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/20454 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I4930933dca849496bfbe475c8efc960d15fa57a8 Gerrit-Change-Number: 20454 Gerrit-PatchSet: 3 Gerrit-Owner: Sai Hemanth Gantasala <[email protected]> Gerrit-Reviewer: Andrew Sherman <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Sai Hemanth Gantasala <[email protected]>
