[ https://issues.apache.org/jira/browse/GEODE-10054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17492268#comment-17492268 ]
Geode Integration commented on GEODE-10054: ------------------------------------------- Seen in [distributed-test-openjdk8 #1042|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-mass-test-run/jobs/distributed-test-openjdk8/builds/1042] ... see [test results|http://files.apachegeode-ci.info/builds/apache-develop-mass-test-run/1.16.0-build.0062/test-results/distributedTest/1644668107/] or download [artifacts|http://files.apachegeode-ci.info/builds/apache-develop-mass-test-run/1.16.0-build.0062/test-artifacts/1644668107/distributedtestfiles-openjdk8-1.16.0-build.0062.tgz]. > CI Failure: EnsurePrimaryStaysPutDUnitTest.localFunctionRetriesIfNotOnPrimary > fails because primary moved > --------------------------------------------------------------------------------------------------------- > > Key: GEODE-10054 > URL: https://issues.apache.org/jira/browse/GEODE-10054 > Project: Geode > Issue Type: Bug > Components: redis > Affects Versions: 1.16.0 > Reporter: Hale Bales > Priority: Major > Labels: needsTriage > > This test fails with the following stack trace because the primary moved when > it wasn't supposed to. > {code:java} > EnsurePrimaryStaysPutDUnitTest > localFunctionRetriesIfNotOnPrimary FAILED > org.opentest4j.AssertionFailedError: [CheckPrimaryBucketFunction > determined that the primary has moved] > Expecting value to be true but was false > 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.redis.EnsurePrimaryStaysPutDUnitTest.primaryRemainsWhileFunctionExecutes(EnsurePrimaryStaysPutDUnitTest.java:170) > at > org.apache.geode.redis.EnsurePrimaryStaysPutDUnitTest.localFunctionRetriesIfNotOnPrimary(EnsurePrimaryStaysPutDUnitTest.java:93) > {code} -- This message was sent by Atlassian Jira (v8.20.1#820001)