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 D47C81068E for ; Fri, 25 Oct 2013 06:17:37 +0000 (UTC) Received: (qmail 90854 invoked by uid 500); 25 Oct 2013 06:17:35 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 90828 invoked by uid 500); 25 Oct 2013 06:17:33 -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 90811 invoked by uid 99); 25 Oct 2013 06:17:30 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Oct 2013 06:17:30 +0000 Date: Fri, 25 Oct 2013 06:17:30 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-7600) TestAdmin.testCreateBadTables is failing occasionally 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:comment-tabpanel&focusedCommentId=13805078#comment-13805078 ] Hudson commented on HBASE-7600: ------------------------------- FAILURE: Integrated in hbase-0.96 #160 (See [https://builds.apache.org/job/hbase-0.96/160/]) HBASE-7600 TestAdmin.testCreateBadTables is failing occasionally (Liu Shaohui) (larsh: rev 1535605) * /hbase/branches/0.96/hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKTable.java > TestAdmin.testCreateBadTables is failing occasionally > ----------------------------------------------------- > > 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 > Assignee: Liu Shaohui > Fix For: 0.98.0, 0.94.13, 0.96.1 > > Attachments: 7600-trunk-v2.txt, 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)