Michael Brown has submitted this change and it was merged. Change subject: IMPALA-3427: test_insert_wide_table: use unique_database fixture ......................................................................
IMPALA-3427: test_insert_wide_table: use unique_database fixture test_insert_wide_table runs in parallel attempts to DROP/CREATE tables with the same name into the same database. A race thus exists in which one tests can stomp on each others' tables. The fix is to use the unique_database fixture, in which each test can run in parallel within its own database, and thus its own table. Change-Id: If3b22f1b089d20c6024d6d680af82f102342394e Reviewed-on: http://gerrit.cloudera.org:8080/2871 Reviewed-by: Sailesh Mukil <[email protected]> Reviewed-by: Alex Behm <[email protected]> Tested-by: Michael Brown <[email protected]> --- M tests/query_test/test_insert.py 1 file changed, 2 insertions(+), 4 deletions(-) Approvals: Michael Brown: Verified Sailesh Mukil: Looks good to me, but someone else must approve Alex Behm: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/2871 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: If3b22f1b089d20c6024d6d680af82f102342394e Gerrit-PatchSet: 2 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Michael Brown <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Michael Brown <[email protected]> Gerrit-Reviewer: Sailesh Mukil <[email protected]>
