Riza Suminto has uploaded this change for review. ( http://gerrit.cloudera.org:8080/21737
Change subject: IMPALA-13343: Use unique_database in test_outer_joins ...................................................................... IMPALA-13343: Use unique_database in test_outer_joins TestTPCHJoinQueries.test_outer_joins run tpch-outer-joins.test, which drop/create table default.t1 and default.t2. If two test_outer_joins with different test vector run concurrently, one of them can hit error like "AnalysisException: Table already exists: default.t1". This patch change the test to use unique_database fixture and create both t1 and t2 table in that unique database. Testing: - Run and pass TestTPCHJoinQueries.test_outer_joins using bin/run-all-tests.sh and NUM_TEST_ITERATIONS=10. - Confirm that both t1 and t2 table are made within the unique database. Change-Id: I9a260663c0bf8d2740883836194933edf2b8cff5 --- M testdata/workloads/tpch/queries/tpch-outer-joins.test M tests/query_test/test_join_queries.py 2 files changed, 13 insertions(+), 12 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/37/21737/1 -- To view, visit http://gerrit.cloudera.org:8080/21737 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I9a260663c0bf8d2740883836194933edf2b8cff5 Gerrit-Change-Number: 21737 Gerrit-PatchSet: 1 Gerrit-Owner: Riza Suminto <[email protected]>
