List of usage examples for org.apache.lucene.index ThreadedIndexingAndSearchingTestCase subclass-usage
From source file org.elasticsearch.index.store.DistributorInTheWildTest.java
/** * This test is a copy of TestNRTThreads from lucene that puts some * hard concurrent pressure on the directory etc. to ensure DistributorDirectory is behaving ok. */ @LuceneTestCase.SuppressCodecs({ "SimpleText", "Memory", "Direct" }) @ThreadLeakScope(ThreadLeakScope.Scope.SUITE)