You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Hudson Server <hu...@hudson.apache.org> on 2010/12/05 07:46:12 UTC

Lucene-Solr-tests-only-trunk - Build # 2211 - Failure

Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/2211/

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

Error Message:
but not this query failed XPath: //result[@numFound=0]  xml response was: <?xml version="1.0" encoding="UTF-8"?> <response> <lst name="responseHeader"><int name="status">0</int><int name="QTime">4</int></lst><result name="response" numFound="1" start="0"><doc><arr name="field_t"><str>what's inside?</str></arr><int name="id">531</int><int name="intDefault">42</int><arr name="multiDefault"><str>muLti-Default</str></arr><arr name="range_facet_l"><long>531</long></arr><arr name="range_facet_si"><int>531</int></arr><arr name="range_facet_sl"><long>531</long></arr><arr name="subject"><str>info</str></arr><date name="timestamp">2010-12-05T06:44:56.025Z</date></doc></result> </response>   request was: start=0&q=id:531&qt=standard&rows=20&version=2.2

Stack Trace:
junit.framework.AssertionFailedError: but not this query failed XPath: //result[@numFound=0]
 xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">4</int></lst><result name="response" numFound="1" start="0"><doc><arr name="field_t"><str>what's inside?</str></arr><int name="id">531</int><int name="intDefault">42</int><arr name="multiDefault"><str>muLti-Default</str></arr><arr name="range_facet_l"><long>531</long></arr><arr name="range_facet_si"><int>531</int></arr><arr name="range_facet_sl"><long>531</long></arr><arr name="subject"><str>info</str></arr><date name="timestamp">2010-12-05T06:44:56.025Z</date></doc></result>
</response>

 request was: start=0&q=id:531&qt=standard&rows=20&version=2.2
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:979)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:917)
 xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">4</int></lst><result name="response" numFound="1" start="0"><doc><arr name="field_t"><str>what's inside?</str></arr><int name="id">531</int><int name="intDefault">42</int><arr name="multiDefault"><str>muLti-Default</str></arr><arr name="range_facet_l"><long>531</long></arr><arr name="range_facet_si"><int>531</int></arr><arr name="range_facet_sl"><long>531</long></arr><arr name="subject"><str>info</str></arr><date name="timestamp">2010-12-05T06:44:56.025Z</date></doc></result>
</response>

 request was: start=0&q=id:531&qt=standard&rows=20&version=2.2
	at org.apache.solr.util.AbstractSolrTestCase.assertQ(AbstractSolrTestCase.java:237)
	at org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:218)




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



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


Re: Lucene-Solr-tests-only-trunk - Build # 2211 - Failure

Posted by Robert Muir <rc...@gmail.com>.
On Sun, Dec 5, 2010 at 1:46 AM, Apache Hudson Server
<hu...@hudson.apache.org> wrote:
> Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/2211/
>
> 1 tests failed.
> REGRESSION:  org.apache.solr.update.AutoCommitTest.testMaxTime
>

There's still a timing issue in this test I think. I modified it a
while ago to make it "better" but Hoss mentioned on the mailing list
some way we could change it to not be fragile...

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