mirror of https://github.com/apache/lucene.git
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:
parent
b231ae0129
commit
d08b259fba
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue