dsmiley opened a new pull request, #3609:
URL: https://github.com/apache/solr/pull/3609

   Relying on index order is unreliable.
   
   
http://fucit.org/solr-jenkins-reports/history-trend-of-recent-failures.html#series/org.apache.solr.search.TestCollapseQParserPlugin.testMultiSort
   
   ```
   TestCollapseQParserPlugin > testMultiSort FAILED
       java.lang.AssertionError: REQUEST FAILED: 
xpath=//result/doc[1]/str[@name='id'][.='6']
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
       <response>
       <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="2" start="0" 
numFoundExact="true"><doc><str name="id">7</str><int name="id_i">7</int><str 
name="group_s">group2</str><int name="test_i">5</int><long 
name="test_l">1000</long><str name="term_s">XXXX</str><long 
name="_version_">1842211920030990336</long></doc><doc><str 
name="id">2</str><int name="id_i">2</int><str name="group_s">group1</str><int 
name="test_i">5</int><long name="test_l">1000</long><long 
name="_version_">1842211919995338752</long></doc></result>
       </response>
   
        request 
was:q=*:*&fq={!collapse+field%3Dgroup_s+sort%3D'test_l+desc'}&sort=id_i+desc
           at 
__randomizedtesting.SeedInfo.seed([72818F0507C91947:D7ECFBF8490D9EDE]:0)
           at org.junit.Assert.fail(Assert.java:89)
           at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:920)
           at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:884)
           at 
org.apache.solr.search.TestCollapseQParserPlugin.testMultiSort(TestCollapseQParserPlugin.java:115)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to