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

1 tests failed.
REGRESSION:  org.apache.solr.update.AutoCommitTest.testMaxDocs

Error Message:
should find one query 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">1</int></lst><result name="response" numFound="0" 
start="0"></result> </response>   request was: 
start=0&q=id:14&qt=standard&rows=20&version=2.2

Stack Trace:
junit.framework.AssertionFailedError: should find one query 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">1</int></lst><result name="response" numFound="0" 
start="0"></result>
</response>

 request was: start=0&q=id:14&qt=standard&rows=20&version=2.2
        at 
org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:149)
        at 
org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:51)
 xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">1</int></lst><result name="response" numFound="0" 
start="0"></result>
</response>

 request was: start=0&q=id:14&qt=standard&rows=20&version=2.2
        at 
org.apache.solr.util.AbstractSolrTestCase.assertQ(AbstractSolrTestCase.java:260)
        at 
org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:181)
        at 
org.apache.lucene.util.LuceneTestCase$3$1.evaluate(LuceneTestCase.java:523)




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



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

Reply via email to