Michael Brown has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/2871

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
---
M tests/query_test/test_insert.py
1 file changed, 2 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/71/2871/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2871
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If3b22f1b089d20c6024d6d680af82f102342394e
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Michael Brown <[email protected]>

Reply via email to