You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Ray Ingles (Jira)" <ji...@apache.org> on 2021/05/05 22:05:00 UTC

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

Ray Ingles created GEODE-9242:
---------------------------------

             Summary: 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
            Reporter: Ray Ingles


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)