[
https://issues.apache.org/jira/browse/HBASE-13590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15098440#comment-15098440
]
stack commented on HBASE-13590:
-------------------------------
[~carp84] Looking at the patch... (It only applies on branch-1, not to
branch-1.1... is that your experience?)
Why do we have to do this when we just enabled the table a few lines up:
{code}
+ List<HRegionInfo> regions =
TEST_UTIL.getHBaseAdmin().getTableRegions(tableName);
+ assertEquals(1, regions.size());
+ for (HRegionInfo region : regions) {
+ TEST_UTIL.getHBaseAdmin().assign(region.getEncodedNameAsBytes());
+ }
{code}
Otherwise, patch looks good to me.
> TestEnableTableHandler.testEnableTableWithNoRegionServers is flakey
> -------------------------------------------------------------------
>
> Key: HBASE-13590
> URL: https://issues.apache.org/jira/browse/HBASE-13590
> Project: HBase
> Issue Type: Test
> Components: master
> Reporter: Nick Dimiduk
> Assignee: Yu Li
> Fix For: 2.0.0, 1.3.0, 1.2.1, 1.1.4
>
> Attachments: HBASE-13590.branch-1.patch
>
>
> Looking at our [build
> history|https://builds.apache.org/job/HBase-1.1/buildTimeTrend], it seems
> this test is flakey. See builds 429, 431, 439.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)