Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/21078 )
Change subject: IMPALA-12848: Fixed flaky test test_catalogd_ha_failover ...................................................................... IMPALA-12848: Fixed flaky test test_catalogd_ha_failover TestExtDataSources::test_catalogd_ha_failover failed to delete data source object after catalog service failed over to standby catalogd. Log messages showed that coordinator tried to submit the DDL request to original active catalogd since it did not receive failover notification from statestored yet. To fix the flaky test, wait until coordinator receive failover notification from statestored before executing DDL request to drop data source. Testing: - Looped to run the test for more than hundred times without failure. Change-Id: Ia6225271357740c055c25fdd349f1dc9162c2f53 Reviewed-on: http://gerrit.cloudera.org:8080/21078 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/custom_cluster/test_ext_data_sources.py 1 file changed, 19 insertions(+), 0 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/21078 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ia6225271357740c055c25fdd349f1dc9162c2f53 Gerrit-Change-Number: 21078 Gerrit-PatchSet: 6 Gerrit-Owner: Wenzhe Zhou <[email protected]> Gerrit-Reviewer: Abhishek Rawat <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Wenzhe Zhou <[email protected]>
