Skye Wanderman-Milne has submitted this change and it was merged. 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 Reviewed-on: http://gerrit.cloudera.org:8080/2586 Reviewed-by: Skye Wanderman-Milne <[email protected]> Tested-by: Skye Wanderman-Milne <[email protected]> --- M tests/query_test/test_scanners.py 1 file changed, 7 insertions(+), 11 deletions(-) Approvals: Skye Wanderman-Milne: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/2586 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I981475581340edc0be68fa2813f5e63990202399 Gerrit-PatchSet: 4 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Skye Wanderman-Milne <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Michael Brown <[email protected]> Gerrit-Reviewer: Skye Wanderman-Milne <[email protected]>
