[
https://issues.apache.org/jira/browse/HBASE-15859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15291878#comment-15291878
]
Vladimir Rodionov commented on HBASE-15859:
-------------------------------------------
Looks good to me.
> 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, 15859.v2.txt, 15859.v3.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)