You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/09/25 00:45:05 UTC

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

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

ASF subversion and git services commented on GEODE-116:
-------------------------------------------------------

Commit 75fa0d980801a48fedb0a3b06344e6cd9ffb18b5 in incubator-geode's branch refs/heads/feature/GEODE-189 from [~huynhja]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=75fa0d9 ]

GEODE-116: CopyOnReadIndexDUnitTest.testPRQueryOnLocalNode fails assertion

Use a wait criterion incase the indexes are async for some reason
Check index size instead of local pr size when comparing instance counts


> 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
>            Assignee: Jason Huynh
>
> 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)