Skip to content

Commit 58e84a2

Browse files
committed
Rename test to indicate it also tests missing write loads
1 parent 519d1dd commit 58e84a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/src/test/java/org/elasticsearch/cluster/routing/WriteLoadPerShardSimulatorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public void testMovementFollowedByMovementBackWillNotChangeAnything() {
136136
);
137137
}
138138

139-
public void testMovementBetweenNodesWithNoThreadPoolStats() {
139+
public void testMovementBetweenNodesWithNoThreadPoolAndWriteLoadStats() {
140140
final var originalNode0WriteLoadStats = randomBoolean() ? randomUsageStats() : null;
141141
final var originalNode1WriteLoadStats = randomBoolean() ? randomUsageStats() : null;
142142
final var allocation = createRoutingAllocation(

0 commit comments

Comments
 (0)