From d08b259fba364350f6af16791afed4a17f8f584f Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Tue, 29 Jan 2013 18:44:39 +0000 Subject: [PATCH] add another nocommit: i should be able to index Integer.MAX_VALUE documents without jacking up heap git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1440053 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/org/apache/lucene/index/Test2BBinaryDocValues.java | 1 + 1 file changed, 1 insertion(+) diff --git a/lucene/core/src/test/org/apache/lucene/index/Test2BBinaryDocValues.java b/lucene/core/src/test/org/apache/lucene/index/Test2BBinaryDocValues.java index 2dcf68f8001..c8545866122 100644 --- a/lucene/core/src/test/org/apache/lucene/index/Test2BBinaryDocValues.java +++ b/lucene/core/src/test/org/apache/lucene/index/Test2BBinaryDocValues.java @@ -37,6 +37,7 @@ import com.carrotsearch.randomizedtesting.annotations.TimeoutSuite; public class Test2BBinaryDocValues extends LuceneTestCase { // indexes Integer.MAX_VALUE docs with a fixed binary field + // nocommit: broken ram accounting? ant test -Dtestcase=Test2BBinaryDocValues -Dtests.method=testFixedBinary -Dtests.seed=5554AA830176B848 -Dtests.slow=true -Dtests.docvaluesformat=Disk -Dtests.locale=sr_RS_#Latn -Dtests.timezone=Africa/Luanda -Dtests.file.encoding=UTF-8 public void testFixedBinary() throws Exception { BaseDirectoryWrapper dir = newFSDirectory(_TestUtil.getTempDir("2BFixedBinary")); if (dir instanceof MockDirectoryWrapper) {