HBASE-23729 [Flakeys] TestRSGroupsBasics#testClearNotProcessedDeadServer fails most of the time

This commit is contained in:
stack 2020-01-23 16:44:02 -08:00
parent 2d6bb81dff
commit eda5df7eac
1 changed files with 0 additions and 4 deletions

View File

@ -281,10 +281,6 @@ public class TestRSGroupsBasics extends TestRSGroupsBase {
}
});
// the one and only region server in the group does not get cleared, even though it is stopped
List<ServerName> notClearedServers = admin.clearDeadServers(Lists.newArrayList(serverToStop));
assertEquals(serverCountToMoveToDeadServerGroup, notClearedServers.size());
Set<Address> ServersInDeadServerGroup =
rsGroupAdmin.getRSGroupInfo(deadServerGroup.getName()).getServers();
assertEquals(serverCountToMoveToDeadServerGroup, ServersInDeadServerGroup.size());