Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23728 )
Change subject: IMPALA-14582: Deflake test_show_create_table_with_stats ...................................................................... IMPALA-14582: Deflake test_show_create_table_with_stats test_show_create_table_with_stats is flaky due to inconsistent metadata is not handled/retried correctly in coordinator side. This patch deflake it by retrying if InconsistentMetadataFetchException is caught. This patch also fix some flake8 warnings in test_show_create_table.py, including unused 'vector' parameter in several tests. Testing: Loop and pass test_show_create_table_with_stats 10 times. Change-Id: I397b9502d92bfd756929be8e851661fd9246dd5e Reviewed-on: http://gerrit.cloudera.org:8080/23728 Reviewed-by: Quanlong Huang <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M fe/src/main/java/org/apache/impala/service/Frontend.java M fe/src/main/java/org/apache/impala/service/JniFrontend.java M tests/metadata/test_show_create_table.py 3 files changed, 38 insertions(+), 31 deletions(-) Approvals: Quanlong Huang: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/23728 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I397b9502d92bfd756929be8e851661fd9246dd5e Gerrit-Change-Number: 23728 Gerrit-PatchSet: 4 Gerrit-Owner: Riza Suminto <[email protected]> Gerrit-Reviewer: Arnab Karmakar <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]>
