I have seen it, but it always went away with a clean checkout. I was
able to reproduce it, and then can make it stay away by adding
deleteByQuery( "*:*" ) -- see:
http://svn.apache.org/viewvc?rev=613056&view=rev
If you see it pop up, holler.
ryan
Yonik Seeley wrote:
I'm getting an intermittent failure in LargeVolumeJettyTest.
I haven't had a chance to look into it, but does anyone know what's up
with this?
-Yonik
<testcase classname="org.apache.solr.client.solrj.embedded.LargeVolumeJettyTest"
name="testMultiThreaded" time="4.797">
<failure message="expected:<500> but was:<510>"
type="junit.framework.AssertionFailedError">junit.framework.AssertionFailedError:
expected:<500> but was:<510>
at
org.apache.solr.client.solrj.LargeVolumeTestBase.query(LargeVolumeTestBase.java:61)
at
org.apache.solr.client.solrj.LargeVolumeTestBase.testMultiThreaded(LargeVolumeTestBase.java:53)
</failure>
</testcase>