Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20289 )
Change subject: IMPALA-12049: Deflake test_drop_corrupt_table ...................................................................... IMPALA-12049: Deflake test_drop_corrupt_table Originally there were two flavors of the test_drop_corrupt_table test. One version (test_drop_corrupt_table_with_invalidate) did an 'invalidate metadata' as part of the test after deleting metadata files, and the other version did not. The version without invalidation was depending on the catalog update resulting from adding the iceberg table arriving at the coordinator before the deletion. This happens a lot of the time but it can't be guaranteed. Fix the test by removing test_drop_corrupt_table. Simplify the code a little by inlining a method, and rename the remaining test to be test_drop_corrupt_table. Change-Id: I4cbdf5646ed20bb8333e5557ed43226de993b7dd Reviewed-on: http://gerrit.cloudera.org:8080/20289 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/query_test/test_iceberg.py 1 file changed, 2 insertions(+), 10 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/20289 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I4cbdf5646ed20bb8333e5557ed43226de993b7dd Gerrit-Change-Number: 20289 Gerrit-PatchSet: 5 Gerrit-Owner: Andrew Sherman <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]>
