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:&lt;500&gt; but was:&lt;510&gt;"
type="junit.framework.AssertionFailedError">junit.framework.AssertionFailedError:
expected:&lt;500&gt; but was:&lt;510&gt;
        at 
org.apache.solr.client.solrj.LargeVolumeTestBase.query(LargeVolumeTestBase.java:61)
        at 
org.apache.solr.client.solrj.LargeVolumeTestBase.testMultiThreaded(LargeVolumeTestBase.java:53)
  </failure>
</testcase>


Reply via email to