List of usage examples for org.apache.lucene.store BaseDirectoryTestCase subclass-usage
From source file com.gemstone.gemfire.cache.lucene.internal.directory.RegionDirectoryJUnitTest.java
/**
* A unit test of the RegionDirectory class that uses the Directory test
* case from the lucene code base.
*
* This test is still mocking out the underlying cache, rather than using
* a real region.
From source file org.apache.geode.cache.lucene.internal.directory.RegionDirectoryJUnitTest.java
/**
* A unit test of the RegionDirectory class that uses the Directory test case from the lucene code
* base.
*
* This test is still mocking out the underlying cache, rather than using a real region.
*/
From source file org.elasticsearch.cloud.azure.ESBaseDirectoryTestCase.java
/** * Extends Lucene's BaseDirectoryTestCase with ES test behavior. */ @Listeners({ ReproduceInfoPrinter.class }) @TimeoutSuite(millis = TimeUnits.HOUR) @LuceneTestCase.SuppressReproduceLine
From source file org.elasticsearch.index.store.DistributorDirectoryTest.java
@ThreadLeakScope(ThreadLeakScope.Scope.SUITE) @ThreadLeakLingering(linger = 5000) // 5 sec lingering @TimeoutSuite(millis = 5 * TimeUnits.MINUTE) @Listeners(LoggingListener.class) @LuceneTestCase.SuppressSysoutChecks(bugUrl = "we log a lot on purpose") public class DistributorDirectoryTest extends BaseDirectoryTestCase {
From source file org.elasticsearch.index.store.EsBaseDirectoryTestCase.java
/** * Extends Lucene's BaseDirectoryTestCase with ES test behavior. */ @Listeners({ ReproduceInfoPrinter.class }) @TimeoutSuite(millis = TimeUnits.HOUR) @LuceneTestCase.SuppressReproduceLine
From source file org.elastiscearch.index.store.ESBaseDirectoryTestCase.java
/** * Extends Lucene's BaseDirectoryTestCase with ES test behavior. */ @Listeners({ ReproduceInfoPrinter.class }) @TimeoutSuite(millis = TimeUnits.HOUR) @LuceneTestCase.SuppressReproduceLine