You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Increases the threshold for convergence inside the
DesiredBalanceComputerTests
.testDesiredBalanceShouldConvergeInABigCluster from 1000 to 2000.
Some randomly generated clusters have large numbers of shards, and the previous 1000
threshold was too restrictive. The test is also unmuted.
Closes: 135123
Copy file name to clipboardExpand all lines: server/src/test/java/org/elasticsearch/cluster/routing/allocation/allocator/DesiredBalanceComputerTests.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -717,7 +717,7 @@ public void testDesiredBalanceShouldConvergeInABigCluster() {
0 commit comments