Darrel Schneider created GEODE-349: -------------------------------------- Summary: ClientServerTransactionCCEDUnitTest.testDatastoreCommitsWithPutAllAndRI fails intermiittently Key: GEODE-349 URL: https://issues.apache.org/jira/browse/GEODE-349 Project: Geode Issue Type: Bug Reporter: Darrel Schneider
So far this has only been seen on private test runs. Here is an example of the failure: {code} at com.gemstone.gemfire.internal.cache.ClientServerTransactionDUnitTest.testDatastoreCommitsWithPutAllAndRI(ClientServerTransactionDUnitTest.java:960) [snip] Caused by: junit.framework.AssertionFailedError at junit.framework.Assert.fail(Assert.java:55) at junit.framework.Assert.assertTrue(Assert.java:22) at junit.framework.Assert.assertTrue(Assert.java:31) at junit.framework.TestCase.assertTrue(TestCase.java:201) at com.gemstone.gemfire.internal.cache.ClientServerTransactionDUnitTest$36.call(ClientServerTransactionDUnitTest.java:966) {code} This failure was on git revision: 4708d4e182f89c6a391fcad8bac854f929717685 -- This message was sent by Atlassian JIRA (v6.3.4#6332)