[TEST] SuppressSysoutChecks on ElasticsearchTokenStreamTestCase
This commit is contained in:
parent
c324103cbb
commit
fcadab869d
|
@ -25,6 +25,7 @@ import com.carrotsearch.randomizedtesting.annotations.ThreadLeakScope;
|
|||
import com.carrotsearch.randomizedtesting.annotations.ThreadLeakScope.Scope;
|
||||
import com.carrotsearch.randomizedtesting.annotations.TimeoutSuite;
|
||||
import org.apache.lucene.analysis.BaseTokenStreamTestCase;
|
||||
import org.apache.lucene.util.LuceneTestCase;
|
||||
import org.apache.lucene.util.TimeUnits;
|
||||
import org.elasticsearch.Version;
|
||||
import org.elasticsearch.test.junit.listeners.ReproduceInfoPrinter;
|
||||
|
@ -35,7 +36,7 @@ import org.elasticsearch.test.junit.listeners.ReproduceInfoPrinter;
|
|||
@ThreadLeakFilters(defaultFilters = true, filters = {ElasticsearchThreadFilter.class})
|
||||
@ThreadLeakScope(Scope.NONE)
|
||||
@TimeoutSuite(millis = TimeUnits.HOUR)
|
||||
|
||||
@LuceneTestCase.SuppressSysoutChecks(bugUrl = "we log a lot on purpose")
|
||||
/**
|
||||
* Basic test case for token streams. the assertion methods in this class will
|
||||
* run basic checks to enforce correct behavior of the token streams.
|
||||
|
|
Loading…
Reference in New Issue