You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/08/01 01:13:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16897675#comment-16897675 ] 

ASF subversion and git services commented on GEODE-7030:
--------------------------------------------------------

Commit 6359494069e8dac8b2d91c30a871581e6d04282d in geode's branch refs/heads/develop from Ryan McMahon
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=6359494 ]

GEODE-7030: Handling expected exception when scheduling async write



> 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
>          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)