[TEST] suppress sysout checks since CI runs with debug enabled
This commit is contained in:
parent
b55ad98d73
commit
f7da6da73a
|
@ -41,7 +41,6 @@ import java.util.Map;
|
|||
import static org.hamcrest.CoreMatchers.*;
|
||||
|
||||
@LuceneTestCase.SuppressCodecs({"MockFixedIntBlock", "MockVariableIntBlock", "MockSep", "MockRandom", "Lucene3x"})
|
||||
@LuceneTestCase.SuppressSysoutChecks(bugUrl = "I print a lot of stuff")
|
||||
public class XPostingsHighlighterTests extends ElasticsearchLuceneTestCase {
|
||||
|
||||
/*
|
||||
|
|
|
@ -34,7 +34,6 @@ import org.apache.lucene.codecs.memory.MemoryPostingsFormat;
|
|||
import org.apache.lucene.codecs.perfield.PerFieldPostingsFormat;
|
||||
import org.apache.lucene.codecs.pulsing.Pulsing41PostingsFormat;
|
||||
import org.apache.lucene.codecs.simpletext.SimpleTextCodec;
|
||||
import org.apache.lucene.util.LuceneTestCase;
|
||||
import org.elasticsearch.common.inject.AbstractModule;
|
||||
import org.elasticsearch.common.inject.Injector;
|
||||
import org.elasticsearch.common.inject.ModulesBuilder;
|
||||
|
@ -66,7 +65,6 @@ import java.util.Arrays;
|
|||
import static org.hamcrest.Matchers.equalTo;
|
||||
import static org.hamcrest.Matchers.instanceOf;
|
||||
|
||||
@LuceneTestCase.SuppressSysoutChecks(bugUrl="I am quite noisy")
|
||||
public class CodecTests extends ElasticsearchLuceneTestCase {
|
||||
|
||||
@Override
|
||||
|
|
|
@ -39,6 +39,7 @@ import org.elasticsearch.test.junit.listeners.ReproduceInfoPrinter;
|
|||
@ThreadLeakScope(Scope.NONE)
|
||||
@TimeoutSuite(millis = TimeUnits.HOUR)
|
||||
@SuppressCodecs("Lucene3x")
|
||||
@LuceneTestCase.SuppressSysoutChecks(bugUrl = "we log a lot on purpose")
|
||||
public abstract class ElasticsearchLuceneTestCase extends LuceneTestCase {
|
||||
|
||||
private static final Codec DEFAULT_CODEC = Codec.getDefault();
|
||||
|
|
Loading…
Reference in New Issue