Internal Jenkins has submitted this change and it was merged.

Change subject: IMPALA-3326: TestShowCreateTable switched to use unique_database
......................................................................


IMPALA-3326: TestShowCreateTable switched to use unique_database

There were two tests that use the same database with common setup/
teardown methods. If they were to run in parallel and one finished
before the other, the database would be removed while a test is
running, causing it to fail. Likewise if one started after the
other began.

The fix uses the unique_database fixture in each test so the tests
will not interfere with each other.

Change-Id: I4855a3a6ff0cea9f6cb3f8433e8705762afefe7d
Reviewed-on: http://gerrit.cloudera.org:8080/2768
Reviewed-by: Michael Brown <[email protected]>
Tested-by: Internal Jenkins
---
M tests/metadata/test_show_create_table.py
1 file changed, 27 insertions(+), 26 deletions(-)

Approvals:
  Michael Brown: Looks good to me, approved
  Internal Jenkins: Verified



-- 
To view, visit http://gerrit.cloudera.org:8080/2768
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I4855a3a6ff0cea9f6cb3f8433e8705762afefe7d
Gerrit-PatchSet: 4
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Harrison Sheinblatt <[email protected]>
Gerrit-Reviewer: Harrison Sheinblatt <[email protected]>
Gerrit-Reviewer: Internal Jenkins
Gerrit-Reviewer: Michael Brown <[email protected]>

Reply via email to