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

[jira] [Updated] (HBASE-20465) Fix TestEnableRSGroup flaky

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

Balazs Meszaros updated HBASE-20465:
------------------------------------
    Description: 
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}

  was:
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}


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