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 2018/05/17 22:18:02 UTC

[jira] [Commented] (GEODE-4418) PersistentPartitionedRegionDUnitTest.testCleanupAfterConflict fails intermittently

    [ https://issues.apache.org/jira/browse/GEODE-4418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16479827#comment-16479827 ] 

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

Commit d6d97aaea4c5fef060ff918c8d85a85f3a7f123a in geode's branch refs/heads/develop from [~apache@the9muses.net]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=d6d97aa ]

GEODE-974: Fix PersistentPartitionedRegionDistributedTest

* Rename PersistentPartitionedRegionDUnitTest -> PersistentPartitionedRegionDistributedTest
* Remove dependency on PersistentPartitionedRegionTestBase (GEODE-5175)
* Rename all test methods
* Overhaul test to use JUnit Rules, Awaitility and AssertJ

Fix all flaky issues in this test:
* GEODE-974: testRevokeBeforeStartup
* GEODE-1047: testMissingMemberRedundancy1
* GEODE-1208: testBug42226
* GEODE-1582: testCleanStop
* GEODE-1738: testCrashDuringBucketCreation
* GEODE-4418: testCleanupAfterConflict


> PersistentPartitionedRegionDUnitTest.testCleanupAfterConflict fails intermittently
> ----------------------------------------------------------------------------------
>
>                 Key: GEODE-4418
>                 URL: https://issues.apache.org/jira/browse/GEODE-4418
>             Project: Geode
>          Issue Type: Bug
>          Components: persistence, regions
>            Reporter: Kirk Lund
>            Assignee: Kirk Lund
>            Priority: Major
>              Labels: Flaky
>
> {noformat}
> org.apache.geode.internal.cache.partitioned.PersistentPartitionedRegionDUnitTest > testCleanupAfterConflict FAILED
>     java.lang.AssertionError: should have seen a conflicting data exception
>         at org.junit.Assert.fail(Assert.java:88)
>         at org.apache.geode.internal.cache.partitioned.PersistentPartitionedRegionDUnitTest.testCleanupAfterConflict(PersistentPartitionedRegionDUnitTest.java:2076)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)