[ 
https://issues.apache.org/jira/browse/LUCENE-3384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13091181#comment-13091181
 ] 

Steven Rowe commented on LUCENE-3384:
-------------------------------------

The following seed, which triggered [a failure in today's branch_3x Jenkins 
Maven 
build|https://builds.apache.org/job/Lucene-Solr-Maven-3.x/227/testReport/junit/org.apache.lucene.index/TestIndexWriterExceptions/testRandomExceptionsThreads/]
 seems to trigger more failures for me locally in a 100-iter run - from one to 
five - than when no seed is specified (I get at most one, and sometimes zero 
failures, when I don't specify a seed):

{noformat}
41ed40f98cc00a8d:-5acf0be3eb47ba24:-3ad389ca2e929955
{noformat}

> TestIWExceptions.testRandomExceptionsThreads sometimes fails
> ------------------------------------------------------------
>
>                 Key: LUCENE-3384
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3384
>             Project: Lucene - Java
>          Issue Type: Bug
>    Affects Versions: 3.4
>            Reporter: Robert Muir
>
> failed in hudson (in test-backwards), with AIOOBE on termvectorswriter.
> the problem with this test method is that seeds never reproduce.
> But I made it fail just by doing this:
> {noformat}
> ant test-core -Dtestcase=TestIndexWriterExceptions 
> -Dtestmethod=testRandomExceptionsThreads -Dtests.iter=100
> {noformat}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to