[TEST] testRebalancePossible() may not have an assigned node id

This commit is contained in:
Ali Beyad 2016-11-11 23:10:34 -05:00
parent ca639e8c86
commit 38023fb58d
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ public class BalancedSingleShardTests extends ESAllocationTestCase {
assertEquals(Type.YES, rebalanceDecision.getCanRebalanceDecision().type());
assertNotNull(rebalanceDecision.getFinalExplanation());
assertEquals(clusterState.nodes().getSize() - 1, rebalanceDecision.getNodeDecisions().size());
assertNotNull(rebalanceDecision.getAssignedNodeId());
}
public void testRebalancingNotAllowedDueToCanAllocate() {