Csaba Ringhofer has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23308
Change subject: IMPALA-13690: Fix flaky test test_get_operation_status_for_async_ddl ...................................................................... IMPALA-13690: Fix flaky test test_get_operation_status_for_async_ddl This test only worked as intended with BEESWAX protocol, because in case of HS2 executing "set opt=?" does not affect execute_async(). As the sleep in the debug_action had no effect, the query could reach its terminal state too quickly. Besides fixing query option handling also added a sleep to the query itself to keep it longer in RUNNING state. Also fixed test_concurrent_alter_table_rename which didn't apply sync_ddl=1 for the same reason. Change-Id: I260e40a7cdeae57f18891e009f32a9466b2f8ece --- M tests/metadata/test_ddl.py 1 file changed, 11 insertions(+), 28 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/08/23308/1 -- To view, visit http://gerrit.cloudera.org:8080/23308 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I260e40a7cdeae57f18891e009f32a9466b2f8ece Gerrit-Change-Number: 23308 Gerrit-PatchSet: 1 Gerrit-Owner: Csaba Ringhofer <[email protected]>
