You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by "Casey Ching (Code Review)" <ge...@cloudera.org> on 2016/05/13 19:54:56 UTC

[Impala-CR](cdh5-trunk) IMPALA-3511: Fix race setting up TestKuduOperations

Casey Ching has uploaded a new change for review.

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

Change subject: IMPALA-3511: Fix race setting up TestKuduOperations
......................................................................

IMPALA-3511: Fix race setting up TestKuduOperations

A couple of tests could both attempt to create/destroy the same
database if they were running in parallel. Several other related
tests were marked as requiring serial execution, these needed to be
marked for serial execution as well.

Change-Id: If0573a755cd371363c2e43c001d5c1ba499793c6
---
M tests/query_test/test_kudu.py
1 file changed, 2 insertions(+), 0 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If0573a755cd371363c2e43c001d5c1ba499793c6
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Casey Ching <ca...@cloudera.com>