HBASE-8494. TestRemoteAdmin#testClusterStatus should not assume 'requests' does not change
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1494664 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
278659b6e6
commit
becbdfa8d1
|
@ -116,9 +116,6 @@ public class TestRemoteAdmin {
|
||||||
assertEquals(
|
assertEquals(
|
||||||
"Dead server count from cluster status and returned status did not match up. ",
|
"Dead server count from cluster status and returned status did not match up. ",
|
||||||
status.getDeadServers(), returnedStatus.getDeadNodes().size());
|
status.getDeadServers(), returnedStatus.getDeadNodes().size());
|
||||||
assertEquals(
|
|
||||||
"Number of requests from cluster status and returned status did not match up. ",
|
|
||||||
status.getRequestsCount(), returnedStatus.getRequests());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Reference in New Issue