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
This commit is contained in:
Robert Muir 2013-01-29 18:44:39 +00:00
parent b231ae0129
commit d08b259fba
1 changed files with 1 additions and 0 deletions

View File

@ -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) {