[
https://issues.apache.org/jira/browse/GEODE-9296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirk Lund resolved GEODE-9296.
------------------------------
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: PutAllClientServerDistributedTest >
> testPartialKeyInPRSingleHopWithRedundancy
> -----------------------------------------------------------------------------------------
>
> Key: GEODE-9296
> URL: https://issues.apache.org/jira/browse/GEODE-9296
> Project: Geode
> Issue Type: Bug
> Components: cq
> Affects Versions: 1.15.0
> Reporter: Hale Bales
> Assignee: Kirk Lund
> Priority: Major
> Labels: GeodeOperationAPI
> Fix For: 1.15.0
>
>
> org.apache.geode.internal.cache.PutAllClientServerDistributedTest >
> testPartialKeyInPRSingleHopWithRedundancy FAILED
> org.junit.ComparisonFailure: expected:<[20]0> but was:<[17]0>
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> Method)
> at
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at
> org.apache.geode.internal.cache.PutAllClientServerDistributedTest.testPartialKeyInPRSingleHopWithRedundancy(PutAllClientServerDistributedTest.java:2430)
> failed in CI run:
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/253#B
> artifacts available here:
> http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0251/test-results/distributedTest/1621568801/
--
This message was sent by Atlassian Jira
(v8.3.4#803005)