Skip to content

Commit

Permalink
fix compilation error
Browse files Browse the repository at this point in the history
Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
  • Loading branch information
kaushalmahi12 committed Jun 21, 2024
1 parent 06f05d9 commit dff83cd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -469,15 +469,14 @@ public void testNonCancellationOfHeapBasedTasksWhenHeapNotInDuress() {
new SearchTaskStats(
5,
1,
0,
Map.of(
TaskResourceUsageTrackerType.CPU_USAGE_TRACKER,
new MockStats(5),
TaskResourceUsageTrackerType.HEAP_USAGE_TRACKER,
new MockStats(0)
)
),
new SearchShardTaskStats(0, 0, 0, Collections.emptyMap()),
new SearchShardTaskStats(0, 0, Collections.emptyMap()),
SearchBackpressureMode.ENFORCED
);

Expand Down

0 comments on commit dff83cd

Please sign in to comment.