You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/searchable-snapshots/src/test/java/org/elasticsearch/xpack/searchablesnapshots/store/SearchableSnapshotDirectoryTests.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -401,9 +401,9 @@ public void testChecksumBlobContainerIndexInput() throws Exception {
401
401
false, // no prewarming in this test because we want to ensure that files are accessed on purpose
402
402
(directory, snapshotDirectory) -> {
403
403
for (StringfileName : randomSubsetOf(Arrays.asList(snapshotDirectory.listAll()))) {
0 commit comments