Quanlong Huang has uploaded this change for review. ( 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 --- M tests/custom_cluster/test_restart_services.py 1 file changed, 20 insertions(+), 15 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/73/23173/1 -- 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: newchange Gerrit-Change-Id: I0aca8ee19146f2e63e7cd82177d9fce0b8c6736a Gerrit-Change-Number: 23173 Gerrit-PatchSet: 1 Gerrit-Owner: Quanlong Huang <[email protected]>
