Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 03E962009D9 for ; Thu, 19 May 2016 18:27:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 02A731609AE; Thu, 19 May 2016 16:27:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 49877160A00 for ; Thu, 19 May 2016 18:27:14 +0200 (CEST) Received: (qmail 26721 invoked by uid 500); 19 May 2016 16:27:13 -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 26680 invoked by uid 99); 19 May 2016 16:27:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 May 2016 16:27:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D49272C1F60 for ; Thu, 19 May 2016 16:27:12 +0000 (UTC) Date: Thu, 19 May 2016 16:27:12 +0000 (UTC) From: "Vladimir Rodionov (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15859) Fix failing tests where assertions fail due to not accounting for hbase:backup table MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 19 May 2016 16:27:15 -0000 [ https://issues.apache.org/jira/browse/HBASE-15859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15291440#comment-15291440 ] Vladimir Rodionov commented on HBASE-15859: ------------------------------------------- Ted, why do not add hbase:backup to systemTables set in these tests? > Fix failing tests where assertions fail due to not accounting for hbase:backup table > ------------------------------------------------------------------------------------ > > Key: HBASE-15859 > URL: https://issues.apache.org/jira/browse/HBASE-15859 > Project: HBase > Issue Type: Test > Reporter: Ted Yu > Labels: backup > Attachments: 15859.v1.txt > > > Currently some tests are failing in HBASE-7912 branch due to not accounting for the presence of hbase:backup table. > Below is an example: > {code} > java.lang.AssertionError: expected:<2> but was:<3> > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.failNotEquals(Assert.java:743) > at org.junit.Assert.assertEquals(Assert.java:118) > at org.junit.Assert.assertEquals(Assert.java:555) > at org.junit.Assert.assertEquals(Assert.java:542) > at org.apache.hadoop.hbase.master.TestDistributedLogSplitting.installTable(TestDistributedLogSplitting.java:1460) > at org.apache.hadoop.hbase.master.TestDistributedLogSplitting.installTable(TestDistributedLogSplitting.java:1431) > at org.apache.hadoop.hbase.master.TestDistributedLogSplitting.testRecoveredEdits(TestDistributedLogSplitting.java:227) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)