You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Doron Cohen <cd...@gmail.com> on 2008/08/03 16:45:59 UTC

TestTimeLimitedCollector (was: Re: Build failed in Hudson: Lucene-trunk #543)

I checked back - this test fails about once a month.
Not too bad, bust still noise.
I don't like it - tests that fail occasionally hurt attitude to the
project's testing as a whole.
I'll create an issue for handling this.

Doron

On Fri, Aug 1, 2008 at 5:51 AM, Apache Hudson Server <
hudson@hudson.zones.apache.org> wrote:

> See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/543/changes
>
>    [junit]
>    [junit] Testcase:
> testTimeoutNotGreedy(org.apache.lucene.search.TestTimeLimitedCollector):
>  FAILED
>    [junit] lastDoc=21 ,&& allowed=799 ,&& elapsed=900 >= 886 = (
> 2*resolution +  TIME_ALLOWED + SLOW_DOWN = 2*20 + 799 + 47)
>    [junit] junit.framework.AssertionFailedError: lastDoc=21 ,&& allowed=799
> ,&& elapsed=900 >= 886 = ( 2*resolution +  TIME_ALLOWED + SLOW_DOWN = 2*20 +
> 799 + 47)
>    [junit]     at
> org.apache.lucene.search.TestTimeLimitedCollector.doTestTimeout(TestTimeLimitedCollector.java:189)
>    [junit]     at
> org.apache.lucene.search.TestTimeLimitedCollector.testTimeoutNotGreedy(TestTimeLimitedCollector.java:150)
>    [junit]
>    [junit]
>    [junit] Test org.apache.lucene.search.TestTimeLimitedCollector FAILED
>