Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.12.0
-
None
-
None
Description
This has similar behavior to GEODE-7702, but Gester states that the underlying cause doesn't apply to 1.12, so we're opening up a new ticket. The error seen is:
> Task :geode-core:distributedTest
org.apache.geode.cache30.DistributedAckRegionCCEDUnitTest > testClearOnNonReplicateWithConcurrentEvents FAILED
org.awaitility.core.ConditionTimeoutException: Assertion condition defined as a lambda expression in org.apache.geode.cache30.MultiVMRegionTestCase expected:<[6]> but was:<[3]> within 300 seconds.
at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145)
at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:122)
at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:902)
at org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:723)
at org.apache.geode.cache30.MultiVMRegionTestCase.versionTestClearOnNonReplicateWithConcurrentEvents(MultiVMRegionTestCase.java:6447)
at org.apache.geode.cache30.DistributedAckRegionCCEDUnitTest.testClearOnNonReplicateWithConcurrentEvents(DistributedAckRegionCCEDUnitTest.java:268)
Caused by:
org.junit.ComparisonFailure: expected:<[6]> but was:<[3]>