You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Owen Nichols (Jira)" <ji...@apache.org> on 2022/06/22 20:46:01 UTC

[jira] [Closed] (GEODE-9242) CI failure in PutAllClientServerDistributedTest > testEventIdOutOfOrderInPartitionRegionSingleHop

     [ https://issues.apache.org/jira/browse/GEODE-9242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen Nichols closed GEODE-9242.
-------------------------------

> 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: GeodeOperationAPI, release-blocker
>             Fix For: 1.15.0
>
>
> 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.20.7#820007)