You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Sami Siren (JIRA)" <ji...@apache.org> on 2012/06/13 08:28:42 UTC

[jira] [Created] (SOLR-3540) MultiCoreExampleTest and MultiCoreEmbedded test clash with each other

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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Resolved] (SOLR-3540) MultiCoreExampleTest and MultiCoreEmbedded test clash with each other

Posted by "Sami Siren (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sami Siren resolved SOLR-3540.
------------------------------

       Resolution: Fixed
    Fix Version/s: 4.0
    
> 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3540) MultiCoreExampleTest and MultiCoreEmbedded test clash with each other

Posted by "Robert Muir (JIRA)" <ji...@apache.org>.
    [ 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-3540) MultiCoreExampleTest and MultiCoreEmbedded test clash with each other

Posted by "Sami Siren (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sami Siren updated SOLR-3540:
-----------------------------

    Attachment: SOLR-3540.patch

this patch should fix the issue
                
> 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
>         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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org