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

Robert Muir commented on SOLR-3540:
-----------------------------------

Thanks for tracking this down Sami! I was hitting this one quite often.
                
> MultiCoreExampleTest and MultiCoreEmbedded test clash with each other
> ---------------------------------------------------------------------
>
>                 Key: SOLR-3540
>                 URL: https://issues.apache.org/jira/browse/SOLR-3540
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 4.0
>            Reporter: Sami Siren
>            Assignee: Sami Siren
>            Priority: Minor
>             Fix For: 4.0
>
>         Attachments: SOLR-3540.patch
>
>
> When those two tests are run at same time one of them is going to fail with 
> error like this: 
> {code}
> java.lang.AssertionError
> at __randomizedtesting.SeedInfo.seed([B44AE18D746BCD54:3062FA7EBBB8C061]:0)
> at org.apache.solr.update.TransactionLog.<init>(TransactionLog.java:163)
> at org.apache.solr.update.TransactionLog.<init>(TransactionLog.java:133)
> at org.apache.solr.update.UpdateLog.ensureLog(UpdateLog.java:636)
> {code}
> This is reproducible with:
> {code}
> ant -Dtests.jvms=14 test  
> "-Dtests.class=org.apache.solr.client.solrj.embedded.*"
> {code}
> Looks like this is because they share the directory 
> example/multicore/core0/data/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to