We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519d1dd commit 58e84a2Copy full SHA for 58e84a2
1 file changed
server/src/test/java/org/elasticsearch/cluster/routing/WriteLoadPerShardSimulatorTests.java
@@ -136,7 +136,7 @@ public void testMovementFollowedByMovementBackWillNotChangeAnything() {
136
);
137
}
138
139
- public void testMovementBetweenNodesWithNoThreadPoolStats() {
+ public void testMovementBetweenNodesWithNoThreadPoolAndWriteLoadStats() {
140
final var originalNode0WriteLoadStats = randomBoolean() ? randomUsageStats() : null;
141
final var originalNode1WriteLoadStats = randomBoolean() ? randomUsageStats() : null;
142
final var allocation = createRoutingAllocation(
0 commit comments