File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
server/src/test/java/org/opensearch/index/store/remote/filecache Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 26
26
import java .nio .file .Path ;
27
27
import java .util .List ;
28
28
29
+ @ ThreadLeakFilters (filters = CleanerDaemonThreadLeakFilter .class )
29
30
public class FileCacheTests extends OpenSearchTestCase {
30
31
// need concurrency level to be static to make these tests more deterministic because capacity per segment is dependent on
31
32
// (total capacity) / (concurrency level) so having high concurrency level might trigger early evictions which is tolerable in real life
Original file line number Diff line number Diff line change 20
20
import java .io .IOException ;
21
21
import java .nio .file .Path ;
22
22
23
+ @ ThreadLeakFilters (filters = CleanerDaemonThreadLeakFilter .class )
23
24
public class FileCachedIndexInputTests extends OpenSearchTestCase {
24
25
25
26
protected FileCache fileCache ;
You can’t perform that action at this time.
0 commit comments