Darrel Schneider created GEODE-364:
--------------------------------------

             Summary: Bug42010StatsDUnitTest.test_clientStats_PR 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


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)

Reply via email to