[TEST] testRebalancePossible() may not have an assigned node id
This commit is contained in:
parent
ca639e8c86
commit
38023fb58d
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue