You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Bruce Schuchardt (JIRA)" <ji...@apache.org> on 2016/01/08 19:06:39 UTC

[jira] [Updated] (GEODE-364) CI Failure: SingleHopStatsDUnitTest.testClientStatsPR fails intermittently

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

Bruce Schuchardt updated GEODE-364:
-----------------------------------
    Summary: CI Failure: SingleHopStatsDUnitTest.testClientStatsPR fails intermittently  (was: CI Failure: Bug42010StatsDUnitTest.test_clientStats_PR fails intermittently)

> CI Failure: SingleHopStatsDUnitTest.testClientStatsPR fails intermittently
> --------------------------------------------------------------------------
>
>                 Key: GEODE-364
>                 URL: https://issues.apache.org/jira/browse/GEODE-364
>             Project: Geode
>          Issue Type: Bug
>          Components: client/server
>            Reporter: Darrel Schneider
>            Assignee: Anilkumar Gingade
>            Priority: Minor
>              Labels: CI
>
> Failed on a private build of git rev
> {code}
> dunit.RMIException: While invoking com.gemstone.gemfire.internal.cache.Bug42010StatsDUnitTest.createPR in VM 3 running on Host doomtwo.gemstone.com with 4 VMs
> 	at dunit.VM.invoke(VM.java:161)
> 	at com.gemstone.gemfire.internal.cache.Bug42010StatsDUnitTest.test_clientStats_PR(Bug42010StatsDUnitTest.java:153)
> [snip]
> Caused by: junit.framework.AssertionFailedError: expected:<1> but was:<0>
> 	at junit.framework.Assert.fail(Assert.java:57)
> 	at junit.framework.Assert.failNotEquals(Assert.java:329)
> 	at junit.framework.Assert.assertEquals(Assert.java:78)
> 	at junit.framework.Assert.assertEquals(Assert.java:234)
> 	at junit.framework.Assert.assertEquals(Assert.java:241)
> 	at junit.framework.TestCase.assertEquals(TestCase.java:409)
> 	at com.gemstone.gemfire.internal.cache.Bug42010StatsDUnitTest.createPR(Bug42010StatsDUnitTest.java:359)
> {code}
> The assertion that fails:
> {code}
>         regionMetaData = cms.getClientPRMetadata_TEST_ONLY();
>         assertEquals(1, regionMetaData.size());
> {code}



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