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

2 tests failed.
REGRESSION:  
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@51e281f 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7edc0dd8> but 
was:<org.apache.solr.core.RefCntRamDirectory@761b1eb9 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6e7e4042>

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@51e281f 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7edc0dd8> but 
was:<org.apache.solr.core.RefCntRamDirectory@761b1eb9 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6e7e4042>
        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)


REGRESSION:  
org.apache.solr.schema.RequiredFieldsTest.testRequiredFieldsSingleAdd

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:405)
        at 
org.apache.solr.schema.RequiredFieldsTest.testRequiredFieldsSingleAdd(RequiredFieldsTest.java:72)
        at 
org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1503)
        at 
org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1408)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound=1]
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">12</int></lst><result name="response" numFound="2" 
start="0"><doc><int name="id">530</int><arr name="name"><str>document with id 
and name</str></arr><arr name="field_t"><str>what's inside?</str></arr><date 
name="timestamp">2011-07-24T14:47:20.353Z</date><arr 
name="subject"><str>Stuff</str></arr><arr 
name="multiDefault"><str>muLti-Default</str></arr><int 
name="intDefault">42</int></doc><doc><int name="id">602</int><arr 
name="name"><str>nosubject batch two</str></arr><arr name="field_t"><str>what's 
inside?</str></arr><date name="timestamp">2011-07-24T14:47:20.201Z</date><arr 
name="subject"><str>Stuff</str></arr><arr 
name="multiDefault"><str>muLti-Default</str></arr><int 
name="intDefault">42</int></doc></result>
</response>

        request 
was:start=0&q=id:530+subject:Stuff&qt=standard&rows=20&version=2.2
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:398)




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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to