Skip to content

Commit e1f7ffb

Browse files
committed
Fix compilation
1 parent 2242d69 commit e1f7ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/java/org/elasticsearch/cluster/routing/allocation/decider/DiskThresholdDeciderUnitTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ public void testSizeShrinkIndex() {
353353
allocationService.reroute(clusterState, "foo");
354354

355355
RoutingAllocation allocationWithMissingSourceIndex = new RoutingAllocation(null,
356-
clusterStateWithMissingSourceIndex.getRoutingNodes(), clusterStateWithMissingSourceIndex, info, 0);
356+
clusterStateWithMissingSourceIndex.getRoutingNodes(), clusterStateWithMissingSourceIndex, info, 0, false);
357357

358358
assertEquals(42L, DiskThresholdDecider.getExpectedShardSize(target, allocationWithMissingSourceIndex, 42L));
359359
assertEquals(42L, DiskThresholdDecider.getExpectedShardSize(target2, allocationWithMissingSourceIndex, 42L));

0 commit comments

Comments
 (0)