Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EE7F9105C9 for ; Mon, 21 Oct 2013 21:20:06 +0000 (UTC) Received: (qmail 934 invoked by uid 500); 21 Oct 2013 21:19:52 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 836 invoked by uid 500); 21 Oct 2013 21:19:48 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 823 invoked by uid 99); 21 Oct 2013 21:19:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Oct 2013 21:19:48 +0000 Date: Mon, 21 Oct 2013 21:19:48 +0000 (UTC) From: "Lars Hofhansl (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-7600) Investigate TestAdmin.testCreateBadTables 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/HBASE-7600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-7600: --------------------------------- Attachment: 7600-v2.txt How about this. Same in principle, but more in line with the rest of ZKTable. If there are no objection I will commit this. > Investigate TestAdmin.testCreateBadTables > ----------------------------------------- > > Key: HBASE-7600 > URL: https://issues.apache.org/jira/browse/HBASE-7600 > Project: HBase > Issue Type: Bug > Affects Versions: 0.94.4 > Reporter: Lars Hofhansl > Fix For: 0.94.13 > > Attachments: 7600-v2.txt, HBASE-7600-0.94-v1.patch > > > See in a 0.94 test run. > Looks like in some cases it is possible to create two tables with the same name, which is worrisome. > {code} > java.lang.AssertionError: expected:<1> but was:<2> > at org.junit.Assert.fail(Assert.java:93) > at org.junit.Assert.failNotEquals(Assert.java:647) > at org.junit.Assert.assertEquals(Assert.java:128) > at org.junit.Assert.assertEquals(Assert.java:472) > at org.junit.Assert.assertEquals(Assert.java:456) > at org.apache.hadoop.hbase.client.TestAdmin.testCreateBadTables(TestAdmin.java:1091) > {code} -- This message was sent by Atlassian JIRA (v6.1#6144)