Hale Bales created GEODE-10054: ---------------------------------- Summary: 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
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)