mirror of
https://github.com/apache/lucene.git
synced 2025-03-04 07:19:18 +00:00
don't use slow codecs for this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1214747 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
51a8ec6037
commit
909f6533fe
@ -23,8 +23,10 @@ import org.apache.lucene.index.codecs.Codec;
|
|||||||
import org.apache.lucene.index.codecs.memory.MemoryPostingsFormat;
|
import org.apache.lucene.index.codecs.memory.MemoryPostingsFormat;
|
||||||
import org.apache.lucene.store.*;
|
import org.apache.lucene.store.*;
|
||||||
import org.apache.lucene.util.*;
|
import org.apache.lucene.util.*;
|
||||||
|
import org.apache.lucene.util.LuceneTestCase.UseNoMemoryExpensiveCodec;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
|
@UseNoMemoryExpensiveCodec
|
||||||
public class TestRollingUpdates extends LuceneTestCase {
|
public class TestRollingUpdates extends LuceneTestCase {
|
||||||
|
|
||||||
// Just updates the same set of N docs over and over, to
|
// Just updates the same set of N docs over and over, to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user