Quanlong Huang has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18893 )
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 Reviewed-on: http://gerrit.cloudera.org:8080/18667 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> Reviewed-on: http://gerrit.cloudera.org:8080/18893 Tested-by: Quanlong Huang <[email protected]> Reviewed-by: Quanlong Huang <[email protected]> --- M tests/custom_cluster/test_kudu.py 1 file changed, 7 insertions(+), 2 deletions(-) Approvals: Quanlong Huang: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/18893 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: branch-4.1.1 Gerrit-MessageType: merged Gerrit-Change-Id: I857098c87fcd44d945dd33108bcfdfaa2ca939df Gerrit-Change-Number: 18893 Gerrit-PatchSet: 2 Gerrit-Owner: Quanlong Huang <[email protected]> Gerrit-Reviewer: Gergely Fürnstáhl <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
