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
The test launches two concurrent restores and wants to verify that
the node with limited disk space is only assigned a single shard from
one of the indices. The test was asserting that it had one shard from
the first index, but it is possible for it to get one shard from the
index copy instead. This change allows the shard to be from either
index, but still asserts there is only one assignment to the tiny node.
Closes#127286
Copy file name to clipboardExpand all lines: server/src/internalClusterTest/java/org/elasticsearch/cluster/routing/allocation/decider/DiskThresholdDeciderIT.java
0 commit comments