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 2626import java .nio .file .Path ;
2727import java .util .List ;
2828
29+ @ ThreadLeakFilters (filters = CleanerDaemonThreadLeakFilter .class )
2930public class FileCacheTests extends OpenSearchTestCase {
3031 // need concurrency level to be static to make these tests more deterministic because capacity per segment is dependent on
3132 // (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 2020import java .io .IOException ;
2121import java .nio .file .Path ;
2222
23+ @ ThreadLeakFilters (filters = CleanerDaemonThreadLeakFilter .class )
2324public class FileCachedIndexInputTests extends OpenSearchTestCase {
2425
2526 protected FileCache fileCache ;
You can’t perform that action at this time.
0 commit comments