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 Hudson Server <hu...@hudson.apache.org> on 2010/11/16 15:12:19 UTC

Lucene-Solr-tests-only-3.x - Build # 1456 - Failure

Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/1456/

1 tests failed.
REGRESSION:  org.apache.lucene.index.TestAddIndexes.testAddIndexesWithThreads

Error Message:
expected:<3160> but was:<2701>

Stack Trace:
junit.framework.AssertionFailedError: expected:<3160> but was:<2701>
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:779)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:745)
	at org.apache.lucene.index.TestAddIndexes.testAddIndexesWithThreads(TestAddIndexes.java:708)




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



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


Re: Lucene-Solr-tests-only-3.x - Build # 1456 - Failure

Posted by Michael McCandless <lu...@mikemccandless.com>.
It looks like this is caused by a long-standing missing synchronized
in IndexWriter.addIndexes(IndexReader[]).   I'll open an issue...

Mike

On Tue, Nov 16, 2010 at 9:12 AM, Apache Hudson Server
<hu...@hudson.apache.org> wrote:
> Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/1456/
>
> 1 tests failed.
> REGRESSION:  org.apache.lucene.index.TestAddIndexes.testAddIndexesWithThreads
>
> Error Message:
> expected:<3160> but was:<2701>
>
> Stack Trace:
> junit.framework.AssertionFailedError: expected:<3160> but was:<2701>
>        at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:779)
>        at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:745)
>        at org.apache.lucene.index.TestAddIndexes.testAddIndexesWithThreads(TestAddIndexes.java:708)
>
>
>
>
> Build Log (for compile errors):
> [...truncated 4519 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