You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kirk Lund (JIRA)" <ji...@apache.org> on 2015/07/15 01:54:04 UTC

[jira] [Updated] (GEODE-116) CopyOnReadIndexDUnitTest.testPRQueryOnLocalNode fails assertion

     [ https://issues.apache.org/jira/browse/GEODE-116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kirk Lund updated GEODE-116:
----------------------------
    Description: 
Intermittent (reliability) failure in automated distributed test:
{code}
com.gemstone.gemfire.cache.query.internal.index.CopyOnReadIndexDUnitTest > testPRQueryOnLocalNode FAILED
    dunit.RMIException: While invoking com.gemstone.gemfire.cache.query.internal.index.CopyOnReadIndexDUnitTest$4.call in VM 1 running on Host penates.apache.org with 4 VMs
        at dunit.VM.invoke(VM.java:359)
        at dunit.VM.invoke(VM.java:303)
        at dunit.VM.invoke(VM.java:271)
        at com.gemstone.gemfire.cache.query.internal.index.CopyOnReadIndexDUnitTest.helpTestPRQueryOnLocalNode(CopyOnReadIndexDUnitTest.java:172)
        at com.gemstone.gemfire.cache.query.internal.index.CopyOnReadIndexDUnitTest.testPRQueryOnLocalNode(CopyOnReadIndexDUnitTest.java:87)

    Caused by:
    junit.framework.AssertionFailedError: Incorrect number of portfolio instances96 expected:<98> but was:<96>
{code}


  was:
{code}
com.gemstone.gemfire.cache.query.internal.index.CopyOnReadIndexDUnitTest > testPRQueryOnLocalNode FAILED
    dunit.RMIException: While invoking com.gemstone.gemfire.cache.query.internal.index.CopyOnReadIndexDUnitTest$4.call in VM 1 running on Host penates.apache.org with 4 VMs
        at dunit.VM.invoke(VM.java:359)
        at dunit.VM.invoke(VM.java:303)
        at dunit.VM.invoke(VM.java:271)
        at com.gemstone.gemfire.cache.query.internal.index.CopyOnReadIndexDUnitTest.helpTestPRQueryOnLocalNode(CopyOnReadIndexDUnitTest.java:172)
        at com.gemstone.gemfire.cache.query.internal.index.CopyOnReadIndexDUnitTest.testPRQueryOnLocalNode(CopyOnReadIndexDUnitTest.java:87)

    Caused by:
    junit.framework.AssertionFailedError: Incorrect number of portfolio instances96 expected:<98> but was:<96>
{code}



> CopyOnReadIndexDUnitTest.testPRQueryOnLocalNode fails assertion
> ---------------------------------------------------------------
>
>                 Key: GEODE-116
>                 URL: https://issues.apache.org/jira/browse/GEODE-116
>             Project: Geode
>          Issue Type: Bug
>    Affects Versions: 1.0.0-incubating
>            Reporter: Kirk Lund
>
> Intermittent (reliability) failure in automated distributed test:
> {code}
> com.gemstone.gemfire.cache.query.internal.index.CopyOnReadIndexDUnitTest > testPRQueryOnLocalNode FAILED
>     dunit.RMIException: While invoking com.gemstone.gemfire.cache.query.internal.index.CopyOnReadIndexDUnitTest$4.call in VM 1 running on Host penates.apache.org with 4 VMs
>         at dunit.VM.invoke(VM.java:359)
>         at dunit.VM.invoke(VM.java:303)
>         at dunit.VM.invoke(VM.java:271)
>         at com.gemstone.gemfire.cache.query.internal.index.CopyOnReadIndexDUnitTest.helpTestPRQueryOnLocalNode(CopyOnReadIndexDUnitTest.java:172)
>         at com.gemstone.gemfire.cache.query.internal.index.CopyOnReadIndexDUnitTest.testPRQueryOnLocalNode(CopyOnReadIndexDUnitTest.java:87)
>     Caused by:
>     junit.framework.AssertionFailedError: Incorrect number of portfolio instances96 expected:<98> but was:<96>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)