Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/9728/

1 tests failed.
FAILED:  
org.apache.solr.core.RAMDirectoryFactoryTest.testOpenReturnsTheSameForSamePath

Error Message:
RAMDirectoryFactory should not create new instance of RefCntRamDirectory every 
time open() is called for the same path 
expected:<org.apache.solr.core.RefCntRamDirectory@679cac0d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5ee3be9f> but 
was:<org.apache.solr.core.RefCntRamDirectory@468a9e1a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3691e124>

Stack Trace:
junit.framework.AssertionFailedError: RAMDirectoryFactory should not create new 
instance of RefCntRamDirectory every time open() is called for the same path 
expected:<org.apache.solr.core.RefCntRamDirectory@679cac0d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5ee3be9f> but 
was:<org.apache.solr.core.RefCntRamDirectory@468a9e1a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3691e124>
        at 
org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1503)
        at 
org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1408)
        at 
org.apache.solr.core.RAMDirectoryFactoryTest.testOpenReturnsTheSameForSamePath(RAMDirectoryFactoryTest.java:40)




Build Log (for compile errors):
[...truncated 8104 lines...]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to