Skip to content

Commit f36ed4b

Browse files
Update server/src/internalClusterTest/java/org/elasticsearch/cluster/routing/allocation/decider/DiskThresholdDeciderIT.java
Co-authored-by: Jeremy Dahlgren <[email protected]>
1 parent 4e73411 commit f36ed4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/internalClusterTest/java/org/elasticsearch/cluster/routing/allocation/decider/DiskThresholdDeciderIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ public void testRestoreSnapshotAllocationDoesNotExceedWatermarkWithMultipleResto
250250

251251
final String indexName = randomIdentifier();
252252
createIndex(indexName, indexSettings(6, 0).put(INDEX_STORE_STATS_REFRESH_INTERVAL_SETTING.getKey(), "0ms").build());
253-
var shardSizes = createReasonableSizedShards(indexName);
253+
final var shardSizes = createReasonableSizedShards(indexName);
254254

255255
final CreateSnapshotResponse createSnapshotResponse = clusterAdmin().prepareCreateSnapshot(TEST_REQUEST_TIMEOUT, "repo", "snap")
256256
.setIndices(indexName)

0 commit comments

Comments
 (0)