Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23173 )
Change subject: IMPALA-14221: Avoid hard-coding table list in TestWarmupCatalog ...................................................................... IMPALA-14221: Avoid hard-coding table list in TestWarmupCatalog Some other tests like tests/query_test/test_cancellation.py might create tables under the tpch db, which fails the assertion in TestWarmupCatalog assuming that there are 8 tables under it. This fixes the test by fetching the table list of tpch db in runtime instead of hard-coding them. Change-Id: I0aca8ee19146f2e63e7cd82177d9fce0b8c6736a Reviewed-on: http://gerrit.cloudera.org:8080/23173 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/custom_cluster/test_restart_services.py 1 file changed, 20 insertions(+), 15 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/23173 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I0aca8ee19146f2e63e7cd82177d9fce0b8c6736a Gerrit-Change-Number: 23173 Gerrit-PatchSet: 3 Gerrit-Owner: Quanlong Huang <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]>
