Harrison Sheinblatt has uploaded a new change for review. http://gerrit.cloudera.org:8080/2768
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 --- M tests/metadata/test_show_create_table.py 1 file changed, 24 insertions(+), 26 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/68/2768/1 -- To view, visit http://gerrit.cloudera.org:8080/2768 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4855a3a6ff0cea9f6cb3f8433e8705762afefe7d Gerrit-PatchSet: 1 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Harrison Sheinblatt <[email protected]>
