Wenzhe Zhou has uploaded this change for review. ( http://gerrit.cloudera.org:8080/21491
Change subject: IMPALA-13134 (part 2): Fix flaky test_catalogd_failover_with_sync_ddl ...................................................................... IMPALA-13134 (part 2): Fix flaky test_catalogd_failover_with_sync_ddl The test_catalogd_failover_with_sync_ddl test which was added to custom_cluster/test_catalogd_ha.py in previous patch failed on s3. The test relies on specific timing with a sleep injected via a debug action so that the DDL query is still running when catalogd failover is triggered. The failures were caused by slowly restarting for catalogd on s3 so that the query finished before catalogd failover was triggered. This patch fixed the issue by increasing the sleep time for s3 builds and other slow builds. Testing: - Ran the test 100 times in a loop on s3. Change-Id: I15bb6aae23a2f544067f993533e322969372ebd5 --- M tests/custom_cluster/test_catalogd_ha.py 1 file changed, 9 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/91/21491/1 -- To view, visit http://gerrit.cloudera.org:8080/21491 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I15bb6aae23a2f544067f993533e322969372ebd5 Gerrit-Change-Number: 21491 Gerrit-PatchSet: 1 Gerrit-Owner: Wenzhe Zhou <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]>
