Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
In this test we expect a CacheClosedException with cause ConflictingPersistentDataException to be thrown during recovery, but it is possible for the async flush thread to see the problem first, in which case the exception will be a CacheClosedException caused by a nested CacheClosedException caused by ConflictingPersistentDataException. This causes the test to fail due to our assertions on the exception types. See the following failure in the PR pipeline:
Attachments
Issue Links
- relates to
-
GEODE-9747 CI failure: PersistentPartitionedRegionDistributedTest sees wrong kind of exception
- Closed
- links to