mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
[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.*;
|
import static org.hamcrest.CoreMatchers.*;
|
||||||
|
|
||||||
@LuceneTestCase.SuppressCodecs({"MockFixedIntBlock", "MockVariableIntBlock", "MockSep", "MockRandom", "Lucene3x"})
|
@LuceneTestCase.SuppressCodecs({"MockFixedIntBlock", "MockVariableIntBlock", "MockSep", "MockRandom", "Lucene3x"})
|
||||||
@LuceneTestCase.SuppressSysoutChecks(bugUrl = "I print a lot of stuff")
|
|
||||||
public class XPostingsHighlighterTests extends ElasticsearchLuceneTestCase {
|
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.perfield.PerFieldPostingsFormat;
|
||||||
import org.apache.lucene.codecs.pulsing.Pulsing41PostingsFormat;
|
import org.apache.lucene.codecs.pulsing.Pulsing41PostingsFormat;
|
||||||
import org.apache.lucene.codecs.simpletext.SimpleTextCodec;
|
import org.apache.lucene.codecs.simpletext.SimpleTextCodec;
|
||||||
import org.apache.lucene.util.LuceneTestCase;
|
|
||||||
import org.elasticsearch.common.inject.AbstractModule;
|
import org.elasticsearch.common.inject.AbstractModule;
|
||||||
import org.elasticsearch.common.inject.Injector;
|
import org.elasticsearch.common.inject.Injector;
|
||||||
import org.elasticsearch.common.inject.ModulesBuilder;
|
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.equalTo;
|
||||||
import static org.hamcrest.Matchers.instanceOf;
|
import static org.hamcrest.Matchers.instanceOf;
|
||||||
|
|
||||||
@LuceneTestCase.SuppressSysoutChecks(bugUrl="I am quite noisy")
|
|
||||||
public class CodecTests extends ElasticsearchLuceneTestCase {
|
public class CodecTests extends ElasticsearchLuceneTestCase {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -39,6 +39,7 @@ import org.elasticsearch.test.junit.listeners.ReproduceInfoPrinter;
|
|||||||
@ThreadLeakScope(Scope.NONE)
|
@ThreadLeakScope(Scope.NONE)
|
||||||
@TimeoutSuite(millis = TimeUnits.HOUR)
|
@TimeoutSuite(millis = TimeUnits.HOUR)
|
||||||
@SuppressCodecs("Lucene3x")
|
@SuppressCodecs("Lucene3x")
|
||||||
|
@LuceneTestCase.SuppressSysoutChecks(bugUrl = "we log a lot on purpose")
|
||||||
public abstract class ElasticsearchLuceneTestCase extends LuceneTestCase {
|
public abstract class ElasticsearchLuceneTestCase extends LuceneTestCase {
|
||||||
|
|
||||||
private static final Codec DEFAULT_CODEC = Codec.getDefault();
|
private static final Codec DEFAULT_CODEC = Codec.getDefault();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user