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 2BA8919FB7 for ; Wed, 27 Apr 2016 16:51:13 +0000 (UTC) Received: (qmail 34910 invoked by uid 500); 27 Apr 2016 16:51:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 34858 invoked by uid 500); 27 Apr 2016 16:51:12 -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 34847 invoked by uid 99); 27 Apr 2016 16:51:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Apr 2016 16:51:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C6CF42C044E for ; Wed, 27 Apr 2016 16:51:12 +0000 (UTC) Date: Wed, 27 Apr 2016 16:51:12 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15723) TestEnableTableHandler#testEnableTableWithNoRegionServers fails when new system table is added 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-15723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15260463#comment-15260463 ] Ted Yu commented on HBASE-15723: -------------------------------- HBASE-13041 has fixed the assertion in master branch. Let me see if the patch applies to branch-1 > TestEnableTableHandler#testEnableTableWithNoRegionServers fails when new system table is added > ---------------------------------------------------------------------------------------------- > > Key: HBASE-15723 > URL: https://issues.apache.org/jira/browse/HBASE-15723 > Project: HBase > Issue Type: Test > Reporter: Ted Yu > Assignee: Ted Yu > Priority: Minor > > The following assertion fails: > {code} > assertEquals(2, onlineRegions.size()); > {code} > when there is additional system table created - e.g. hbase:backup table > {code} > [{ENCODED => b7b7f1a5374d4a68b2d8c0e6418247f0, NAME => 'hbase:backup,,1461712586104.b7b7f1a5374d4a68b2d8c0e6418247f0.', STARTKEY => '', ENDKEY => ''}, {ENCODED => 8b08d2ae8e9661735a55eb25c1085f83, NAME => 'hbase:namespace,,1461712584962.8b08d2ae8e9661735a55eb25c1085f83.', STARTKEY => '', ENDKEY => ''}, {ENCODED => 5d71ac47a7e7053154d1da823605d539, NAME => 'testEnableTableWithNoRegionServers,,1461712591180.5d71ac47a7e7053154d1da823605d539.', STARTKEY => '', ENDKEY => ''}] > {code} > The assertion can be made specific for hbase:namespace table and testEnableTableWithNoRegionServers table. -- This message was sent by Atlassian JIRA (v6.3.4#6332)