Ted Yu created HBASE-15859:
------------------------------

             Summary: 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


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)

Reply via email to