Ryan McMahon created GEODE-7030:
-----------------------------------
Summary:
PersistentPartitionedRegionDistributedTest.cacheIsClosedWhenConflictingPersistentDataExceptionIsThrown()
may fail because flusher thread throws exception
Key: GEODE-7030
URL: https://issues.apache.org/jira/browse/GEODE-7030
Project: Geode
Issue Type: Bug
Components: tests
Reporter: Ryan McMahon
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:
[https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-pr/jobs/StressNewTestOpenJDK11/builds/3377]
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)