[
https://issues.apache.org/jira/browse/GEODE-364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anthony Baker closed GEODE-364.
-------------------------------
> 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
> Fix For: 1.0.0-incubating.M1
>
>
> 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)