You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by "Skye Wanderman-Milne (Code Review)" <ge...@cloudera.org> on 2016/03/18 22:32:14 UTC

[Impala-CR](cdh5-trunk) IMPALA-3195: explicitly specify unique database in TestScanners.test_annotate_utf8_option

Skye Wanderman-Milne has uploaded a new change for review.

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

Change subject: IMPALA-3195: explicitly specify unique database in TestScanners.test_annotate_utf8_option
......................................................................

IMPALA-3195: explicitly specify unique database in TestScanners.test_annotate_utf8_option

test_annotate_utf8_option was failing in the exhaustive build because
some other test was switching the session database from 'default' to
'functional_parquet'. This patch amends the patch to use the new
'unique_database' fixture, which both ensures the table will be
created in the expected database and handles table cleanup.

Change-Id: I981475581340edc0be68fa2813f5e63990202399
---
M tests/query_test/test_scanners.py
1 file changed, 7 insertions(+), 11 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I981475581340edc0be68fa2813f5e63990202399
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Skye Wanderman-Milne <sk...@cloudera.com>