mirror of
https://github.com/apache/lucene.git
synced 2025-03-03 06:49:38 +00:00
Suppress Direct postings for TestIndexWriterThreadsToSegments to prevent OOM on Nightly
This commit is contained in:
parent
616ec987a9
commit
f5457b82a1
@ -41,7 +41,7 @@ import org.apache.lucene.util.StringHelper;
|
||||
import org.apache.lucene.util.TestUtil;
|
||||
import org.apache.lucene.util.Version;
|
||||
|
||||
@LuceneTestCase.SuppressCodecs("SimpleText")
|
||||
@LuceneTestCase.SuppressCodecs({"SimpleText", "Direct"})
|
||||
public class TestIndexWriterThreadsToSegments extends LuceneTestCase {
|
||||
|
||||
// LUCENE-5644: for first segment, two threads each indexed one doc (likely concurrently), but for second segment, each thread indexed the
|
||||
|
Loading…
x
Reference in New Issue
Block a user