mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
[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…
x
Reference in New Issue
Block a user