Skip to content

Commit

Permalink
LUCENE-10478: mark Test4GBStoredFields as @monster (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
mocobeta authored Mar 22, 2022
1 parent be99178 commit fa61953
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,17 @@
import org.apache.lucene.tests.codecs.compressing.CompressingCodec;
import org.apache.lucene.tests.store.MockDirectoryWrapper;
import org.apache.lucene.tests.util.LuceneTestCase;
import org.apache.lucene.tests.util.LuceneTestCase.Monster;
import org.apache.lucene.tests.util.LuceneTestCase.SuppressCodecs;
import org.apache.lucene.tests.util.TimeUnits;
import org.apache.lucene.util.BytesRef;

/** This test creates an index with one segment that is a little larger than 4GB. */
@SuppressCodecs({"SimpleText", "Compressing"})
@TimeoutSuite(millis = 4 * TimeUnits.HOUR)
@Monster("consumes a lot of disk space")
public class Test4GBStoredFields extends LuceneTestCase {

@Nightly
public void test() throws Exception {
assumeWorkingMMapOnWindows();

Expand Down

0 comments on commit fa61953

Please sign in to comment.