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

Xiang Li updated HBASE-22051:
-----------------------------
    Description: 
In TestRSGroupsBase, we have NUM_SLAVES_BASE = 4, which is used to launch the 
mini cluster. But in some verifications of TestGroupsBasics, such as in 
testBasicStartUp(), the expected value is hard-coded as 4, like:
{code:java}
public void testBasicStartUp() throws IOException {
  ...
  assertEquals(4, defaultInfo.getServers().size());
  ..
}
{code}

> Expect value is hard-coded in TestRSGroupsBasics
> ------------------------------------------------
>
>                 Key: HBASE-22051
>                 URL: https://issues.apache.org/jira/browse/HBASE-22051
>             Project: HBase
>          Issue Type: Improvement
>          Components: rsgroup, test
>            Reporter: Xiang Li
>            Assignee: Xiang Li
>            Priority: Minor
>
> In TestRSGroupsBase, we have NUM_SLAVES_BASE = 4, which is used to launch the 
> mini cluster. But in some verifications of TestGroupsBasics, such as in 
> testBasicStartUp(), the expected value is hard-coded as 4, like:
> {code:java}
> public void testBasicStartUp() throws IOException {
>   ...
>   assertEquals(4, defaultInfo.getServers().size());
>   ..
> }
> {code}



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

Reply via email to