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/04/27 18:46:12 UTC

[jira] [Created] (HBASE-15723) TestEnableTableHandler#testEnableTableWithNoRegionServers fails when new system table is added

Ted Yu created HBASE-15723:
------------------------------

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