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-5175) Remove PersistentPartitionedRegionTestBase

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

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

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


> Remove PersistentPartitionedRegionTestBase
> ------------------------------------------
>
>                 Key: GEODE-5175
>                 URL: https://issues.apache.org/jira/browse/GEODE-5175
>             Project: Geode
>          Issue Type: Improvement
>          Components: tests
>            Reporter: Kirk Lund
>            Assignee: Kirk Lund
>            Priority: Minor
>
> Remove PersistentPartitionedRegionTestBase and overhaul the tests that extend it:
> {noformat}
> JUnit4DistributedTestCase (org.apache.geode.test.dunit.internal)
>     JUnit4CacheTestCase (org.apache.geode.test.dunit.cache.internal)
>         PersistentPartitionedRegionTestBase (org.apache.geode.internal.cache.partitioned)
>             PersistentPartitionedRegionWithTransactionDUnitTest (org.apache.geode.internal.cache.partitioned)
>                 PersistentPartitionedRegionWithDistTXDUnitTest (org.apache.geode.disttx)
>             PersistentColocatedPartitionedRegionDUnitTest (org.apache.geode.internal.cache.partitioned)
>             PersistentPartitionedRegionDUnitTest (org.apache.geode.internal.cache.partitioned)
>                 PersistentPartitionedRegionOldConfigDUnitTest (org.apache.geode.internal.cache.partitioned)
>             BackupDistributedTest (org.apache.geode.internal.cache.backup)
> {noformat}



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