[TEST] SuppressSysoutChecks on ElasticsearchTokenStreamTestCase

This commit is contained in:
Simon Willnauer 2014-07-10 07:47:47 +02:00
parent c324103cbb
commit fcadab869d
1 changed files with 2 additions and 1 deletions

View File

@ -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.