Bill Burcham created GEODE-9747: ----------------------------------- Summary: CI failure: PersistentPartitionedRegionDistributedTest sees wrong kind of exception Key: GEODE-9747 URL: https://issues.apache.org/jira/browse/GEODE-9747 Project: Geode Issue Type: Bug Components: core, tests Reporter: Bill Burcham
May be the same issue as GEODE-7030 but it's hard to tell since that other ticket is short on details. {noformat} PersistentPartitionedRegionDistributedTest > cacheIsClosedWhenConflictingPersistentDataExceptionIsThrown FAILED org.apache.geode.test.dunit.RMIException: While invoking org.apache.geode.internal.cache.partitioned.PersistentPartitionedRegionDistributedTest$$Lambda$331/778323733.run in VM 0 running on Host heavy-lifter-2597c5be-686f-56ce-ab29-4c643f8174ba.c.apachegeode-ci.internal 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.partitioned.PersistentPartitionedRegionDistributedTest.cacheIsClosedWhenConflictingPersistentDataExceptionIsThrown(PersistentPartitionedRegionDistributedTest.java:1129) Caused by: org.opentest4j.AssertionFailedError: 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.internal.cache.partitioned.PersistentPartitionedRegionDistributedTest.lambda$cacheIsClosedWhenConflictingPersistentDataExceptionIsThrown$bb17a952$4(PersistentPartitionedRegionDistributedTest.java:1136) {noformat} -- This message was sent by Atlassian Jira (v8.3.4#803005)