You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2018/04/22 22:41:00 UTC

[jira] [Comment Edited] (HBASE-20465) Fix TestEnableRSGroup flaky

    [ https://issues.apache.org/jira/browse/HBASE-20465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16447400#comment-16447400 ] 

stack edited comment on HBASE-20465 at 4/22/18 10:40 PM:
---------------------------------------------------------

Pushed to branch-2.0+. Lets try it. Thanks [~balazs.meszaros] for digging in on this flakie that never seems to leave the flakies' charts.


was (Author: stack):
Pushed to branch-2.0+. Lets try it. Thanks for digging in on this flakie that never seems to leave the flakies' charts.

> Fix TestEnableRSGroup flaky
> ---------------------------
>
>                 Key: HBASE-20465
>                 URL: https://issues.apache.org/jira/browse/HBASE-20465
>             Project: HBase
>          Issue Type: Bug
>          Components: rsgroup
>    Affects Versions: 2.0.0
>            Reporter: Balazs Meszaros
>            Assignee: Balazs Meszaros
>            Priority: Major
>             Fix For: 2.0.0
>
>         Attachments: HBASE-20465.master.001.patch
>
>
> Most recent {{TestEnableRSGroup}} tests failed on branch-2.0 according to our flaky dashboard.
> {code}
> java.lang.AssertionError
> 	at org.apache.hadoop.hbase.rsgroup.TestEnableRSGroup.testEnableRSGroup(TestEnableRSGroup.java:80)
> {code}
> TestEnableRSGroup:80:
> {code:java}
> // check if master started successfully
> assertTrue(TEST_UTIL.getMiniHBaseCluster().getMaster() != null);
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)