At revision 525912:

    [junit] Testsuite: org.apache.lucene.index.TestIndexWriter
    [junit] Tests run: 16, Failures: 1, Errors: 0, Time elapsed: 52.161 sec
    [junit]
    [junit] Testcase: 
testAddIndexOnDiskFull(org.apache.lucene.index.TestIndexWriter):  FAILED
    [junit] max free Directory space required exceeded 1X the total input 
index sizes during addIndexes(IndexReader[]): max temp usage = 127589 bytes; 
starting disk usage = 3915 bytes; input index disk usage = 
7364554824446210604 bytes
    [junit] junit.framework.AssertionFailedError: max free Directory space 
required exceeded 1X the total input index sizes during 
addIndexes(IndexReader[]): max temp usage = 127589 bytes; starting disk usage 
= 3915 bytes; input index disk usage = 7364554824446210604 bytes
    [junit]     at 
org.apache.lucene.index.TestIndexWriter.testAddIndexOnDiskFull(TestIndexWriter.java:387)
    [junit]

Is there anything I can do to make this test pass locally?

Regards,
Paul Elschot

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to