Sami Siren created SOLR-3540:
--------------------------------

             Summary: 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


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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to