Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0174B17CFE for ; Tue, 11 Nov 2014 19:16:35 +0000 (UTC) Received: (qmail 67305 invoked by uid 500); 11 Nov 2014 19:16:34 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 67179 invoked by uid 500); 11 Nov 2014 19:16:34 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 67155 invoked by uid 500); 11 Nov 2014 19:16:34 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 67148 invoked by uid 99); 11 Nov 2014 19:16:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2014 19:16:34 +0000 Date: Tue, 11 Nov 2014 19:16:34 +0000 (UTC) From: "Xiaobing Zhou (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (HIVE-8812) TestMinimrCliDriver failure if run in the same command as TestHBaseNegativeCliDriver MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-8812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou reassigned HIVE-8812: ----------------------------------- Assignee: Xiaobing Zhou (was: Jason Dere) > TestMinimrCliDriver failure if run in the same command as TestHBaseNegativeCliDriver > ------------------------------------------------------------------------------------ > > Key: HIVE-8812 > URL: https://issues.apache.org/jira/browse/HIVE-8812 > Project: Hive > Issue Type: Bug > Components: Testing Infrastructure > Reporter: Jason Dere > Assignee: Xiaobing Zhou > Attachments: HIVE-8812.1.patch > > > TestHBaseNegativeCliDriver does not drop all of the tables created during the test. The next CliDriver test in line (TestMinimrCliDriver) tries to clean up the tables created by the test HBase instance and fails: > {format} > junit.framework.AssertionFailedError: Unexpected exception in setup > at junit.framework.Assert.fail(Assert.java:57) > at junit.framework.TestCase.fail(TestCase.java:227) > at org.apache.hadoop.hive.cli.TestMinimrCliDriver.setUp(TestMinimrCliDriver.java:71) > {noformat} > This only happens if you run these tests in the same maven command. -- This message was sent by Atlassian JIRA (v6.3.4#6332)