Gergely Fürnstáhl has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18667
Change subject: IMPALA-11391: Fixed race condition in test_drop_managed_kudu_table ...................................................................... IMPALA-11391: Fixed race condition in test_drop_managed_kudu_table test_drop_managed_kudu_table uses exception to verify the deleted table is really missing. Depending on timing, this exception could have been raised in several control pathes with different content. Now the test waits for event processing, meaning Analyzer will consistently catch the missing table and raise the same exception. Change-Id: I857098c87fcd44d945dd33108bcfdfaa2ca939df --- M tests/custom_cluster/test_kudu.py 1 file changed, 7 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/67/18667/2 -- To view, visit http://gerrit.cloudera.org:8080/18667 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I857098c87fcd44d945dd33108bcfdfaa2ca939df Gerrit-Change-Number: 18667 Gerrit-PatchSet: 2 Gerrit-Owner: Gergely Fürnstáhl <[email protected]>
