You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/05/19 19:04:12 UTC

[jira] [Resolved] (HBASE-15859) Fix failing tests where assertions fail due to not accounting for hbase:backup table

     [ https://issues.apache.org/jira/browse/HBASE-15859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu resolved HBASE-15859.
----------------------------
      Resolution: Fixed
        Assignee: Ted Yu
    Hadoop Flags: Reviewed

Thanks for the review, Vlad.

> 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
>            Assignee: 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)