Return-Path: X-Original-To: apmail-impala-dev-archive@minotaur.apache.org Delivered-To: apmail-impala-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 44F4D18D82 for ; Fri, 18 Mar 2016 21:32:18 +0000 (UTC) Received: (qmail 76084 invoked by uid 500); 18 Mar 2016 21:32:18 -0000 Delivered-To: apmail-impala-dev-archive@impala.apache.org Received: (qmail 76045 invoked by uid 500); 18 Mar 2016 21:32:18 -0000 Mailing-List: contact dev-help@impala.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@impala.incubator.apache.org Delivered-To: mailing list dev@impala.incubator.apache.org Received: (qmail 76034 invoked by uid 99); 18 Mar 2016 21:32:17 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Mar 2016 21:32:17 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 47F76C0221 for ; Fri, 18 Mar 2016 21:32:17 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.362 X-Spam-Level: X-Spam-Status: No, score=0.362 tagged_above=-999 required=6.31 tests=[RDNS_DYNAMIC=0.363, SPF_PASS=-0.001] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id o_9F9p8Z8JRJ for ; Fri, 18 Mar 2016 21:32:16 +0000 (UTC) Received: from ip-10-146-233-104.ec2.internal (ec2-75-101-130-251.compute-1.amazonaws.com [75.101.130.251]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTPS id 1AAB05F240 for ; Fri, 18 Mar 2016 21:32:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ip-10-146-233-104.ec2.internal (8.14.4/8.14.4) with ESMTP id u2ILWEOb026029; Fri, 18 Mar 2016 21:32:14 GMT Date: Fri, 18 Mar 2016 21:32:14 +0000 From: "Skye Wanderman-Milne (Code Review)" To: impala-cr@cloudera.com, dev@impala.incubator.apache.org Message-ID: Reply-To: skye@cloudera.com X-Gerrit-MessageType: newchange Subject: =?UTF-8?Q?[Impala-CR](cdh5-trunk)_IMPALA-3195:_explicitly_specify_unique_database_in_TestScanners.test=5Fannotate=5Futf8=5Foption=0A?= X-Gerrit-Change-Id: I981475581340edc0be68fa2813f5e63990202399 X-Gerrit-ChangeURL: X-Gerrit-Commit: 5f157d3477d0cbf3e2a6b267fab9ac71a09148ca MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/2.10-rc0 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