Riza Suminto has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22876
Change subject: IMPALA-14042: Deflake TestConcurrentRename.test_rename_drop ...................................................................... IMPALA-14042: Deflake TestConcurrentRename.test_rename_drop TestConcurrentRename.test_rename_drop has been flaky because the INVALIDATE query may arrive ahead of the ALTER TABLE RENAME query. This patch deflake it by changing the sleep with admission control wait and catalog version check. The first INVALIDATE query will only start after catalog version increase since CREATE TABLE query. Testing: Loop the test 50x and pass them all. Change-Id: I2539d5755aae6d375400b9a1289a658d0e7ba888 --- M tests/custom_cluster/test_concurrent_rename.py 1 file changed, 9 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/76/22876/1 -- To view, visit http://gerrit.cloudera.org:8080/22876 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I2539d5755aae6d375400b9a1289a658d0e7ba888 Gerrit-Change-Number: 22876 Gerrit-PatchSet: 1 Gerrit-Owner: Riza Suminto <riza.sumi...@cloudera.com>