Skip to content

Commit 603e5d9

Browse files
author
Gagan Singh Saini
committed
Small fix
Signed-off-by: Gagan Singh Saini <[email protected]>
1 parent 4124fbd commit 603e5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/internalClusterTest/java/org/opensearch/snapshots/DeleteSnapshotV2IT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public void teardown() {
7878
var nodes = internalCluster().getDataNodeInstances(Node.class);
7979
for (var node : nodes) {
8080
var fileCache = node.fileCache();
81-
fileCache.prune();
81+
fileCache.clear();
8282
}
8383
}
8484
}

0 commit comments

Comments
 (0)