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 Jenkins Server <je...@builds.apache.org> on 2011/06/14 09:16:31 UTC

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 8823 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/8823/

1 tests failed.
REGRESSION:  org.apache.lucene.index.TestStressIndexing2.testRandom

Error Message:
r1.numDocs()=9 vs r2.numDocs()=8

Stack Trace:
junit.framework.AssertionFailedError: r1.numDocs()=9 vs r2.numDocs()=8
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1403)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1321)
	at org.apache.lucene.index.TestStressIndexing2.verifyEquals(TestStressIndexing2.java:308)
	at org.apache.lucene.index.TestStressIndexing2.verifyEquals(TestStressIndexing2.java:278)
	at org.apache.lucene.index.TestStressIndexing2.testRandom(TestStressIndexing2.java:88)




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



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


Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 8823 - Failure

Posted by Simon Willnauer <si...@googlemail.com>.
ah this is tripping an assert I added a couple of weeks ago. We
already have an issue for this here:
https://issues.apache.org/jira/browse/LUCENE-3190

the problem here seems related to a very lowish rambuffer together
with flushing by docCount. I was not able to reproduce it yet.
each time this fails ram buffer is 0.1M and maxBufferedDocs is 3 so
something seems to break the assert if we flush by doccount and not
necessarily take the largest DWPT out of the loop

I will dig further

simon

On Tue, Jun 14, 2011 at 9:16 AM, Apache Jenkins Server
<je...@builds.apache.org> wrote:
> Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/8823/
>
> 1 tests failed.
> REGRESSION:  org.apache.lucene.index.TestStressIndexing2.testRandom
>
> Error Message:
> r1.numDocs()=9 vs r2.numDocs()=8
>
> Stack Trace:
> junit.framework.AssertionFailedError: r1.numDocs()=9 vs r2.numDocs()=8
>        at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1403)
>        at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1321)
>        at org.apache.lucene.index.TestStressIndexing2.verifyEquals(TestStressIndexing2.java:308)
>        at org.apache.lucene.index.TestStressIndexing2.verifyEquals(TestStressIndexing2.java:278)
>        at org.apache.lucene.index.TestStressIndexing2.testRandom(TestStressIndexing2.java:88)
>
>
>
>
> Build Log (for compile errors):
> [...truncated 3276 lines...]
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>

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