You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Ryan McMahon (JIRA)" <ji...@apache.org> on 2019/08/02 16:27:00 UTC

[jira] [Closed] (GEODE-7030) PersistentPartitionedRegionDistributedTest.cacheIsClosedWhenConflictingPersistentDataExceptionIsThrown() may fail because flusher thread throws exception

     [ https://issues.apache.org/jira/browse/GEODE-7030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan McMahon closed GEODE-7030.
-------------------------------

> 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
>            Assignee: Ryan McMahon
>            Priority: Major
>             Fix For: 1.10.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)