Impala Public Jenkins has submitted this change and it was merged. ( 
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
Reviewed-on: http://gerrit.cloudera.org:8080/21737
Reviewed-by: Michael Smith <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
---
M testdata/workloads/tpch/queries/tpch-outer-joins.test
M tests/query_test/test_join_queries.py
2 files changed, 13 insertions(+), 12 deletions(-)

Approvals:
  Michael Smith: Looks good to me, approved
  Impala Public Jenkins: Verified

--
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: merged
Gerrit-Change-Id: I9a260663c0bf8d2740883836194933edf2b8cff5
Gerrit-Change-Number: 21737
Gerrit-PatchSet: 2
Gerrit-Owner: Riza Suminto <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Michael Smith <[email protected]>
Gerrit-Reviewer: Riza Suminto <[email protected]>
Gerrit-Reviewer: Yida Wu <[email protected]>

Reply via email to