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

Kirk Lund resolved GEODE-9242.
------------------------------
    Fix Version/s: 1.15.0
       Resolution: Fixed

Merged fix to develop:
{noformat}
commit 5df584bf4e9504e667ac70dd551a310c4921b53d
Author: Kirk Lund <[email protected]>
Date:   Fri Jun 11 09:37:39 2021 -0700

    GEODE-9103: Fix failures in PutAllClientServerDistributedTest (#6542)
    
    Prevent ServerConnectivityExceptions when test encounters long GCs or
    slow CPUs.
    
    Add test-only system property to AbstractCacheServer for
    maximumTimeBetweenPings.
    
    Use system property to set maximumTimeBetweenPings to GeodeAwaitility
    timeout.
    
    Use GeodeAwaitility timeout for client pool readTimeout.
    
    Remove unnecessary client pool settings within each test.
    
    Inline getCause within Throwable assertions.
    
    Fixes GEODE-8528, GEODE-9103, GEODE-9242, GEODE-9296.
{noformat}

> 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.3.4#803005)

Reply via email to