[ https://issues.apache.org/jira/browse/GEODE-9242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17358945#comment-17358945 ]
Kirk Lund commented on GEODE-9242: ---------------------------------- GEODE-7812 was superceded by GEODE-9242 when the test method was renamed to testEventIdOutOfOrderInPartitionRegionSingleHop. > CI failure in PutAllClientServerDistributedTest > > testEventIdOutOfOrderInPartitionRegionSingleHop > ------------------------------------------------------------------------------------------------- > > Key: GEODE-9242 > URL: https://issues.apache.org/jira/browse/GEODE-9242 > Project: Geode > Issue Type: Bug > Components: client/server > Affects Versions: 1.15.0 > Reporter: Ray Ingles > Assignee: Kirk Lund > Priority: Major > Labels: release-blocker > > CI failure artifacts here: > [https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/214] > > Stack trace as follows: > > {code:java} > > Task :geode-cq:distributedTest > org.apache.geode.internal.cache.PutAllClientServerDistributedTest > > testEventIdOutOfOrderInPartitionRegionSingleHop FAILED > org.apache.geode.test.dunit.RMIException: While invoking > org.apache.geode.internal.cache.PutAllClientServerDistributedTest$$Lambda$365/1949439489.run > in VM 2 running on Host 1cd9d0b3a09e with 4 VMs > at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:631) > at org.apache.geode.test.dunit.VM.invoke(VM.java:448) > at > org.apache.geode.internal.cache.PutAllClientServerDistributedTest.testEventIdOutOfOrderInPartitionRegionSingleHop(PutAllClientServerDistributedTest.java:2547) > Caused by: > org.awaitility.core.ConditionTimeoutException: Assertion condition defined > as a lambda expression in > org.apache.geode.internal.cache.PutAllClientServerDistributedTest that uses > org.apache.geode.internal.cache.PutAllClientServerDistributedTest$Counter > expected:<[100]> but was:<[91]> within 5 minutes. > at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:165) > at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:119) > at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:31) > at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:895) > at > org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:679) > at > org.apache.geode.internal.cache.PutAllClientServerDistributedTest.lambda$testEventIdOutOfOrderInPartitionRegionSingleHop$46f2d07$1(PutAllClientServerDistributedTest.java:2548) > Caused by: > org.junit.ComparisonFailure: expected:<[100]> but was:<[91]> > at sun.reflect.GeneratedConstructorAccessor43.newInstance(Unknown Source) > at > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) > at > org.apache.geode.internal.cache.PutAllClientServerDistributedTest.lambda$null$86(PutAllClientServerDistributedTest.java:2548) > > {code} > -- This message was sent by Atlassian Jira (v8.3.4#803005)