You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kirk Lund (JIRA)" <ji...@apache.org> on 2019/04/15 18:15:00 UTC

[jira] [Commented] (GEODE-4378) PersistentRecoveryOrderDUnitTest testCrashDuringPreparePersistentId fails with IllegalStateException

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

Kirk Lund commented on GEODE-4378:
----------------------------------

Cause: crashing the system in vm0 needed an await until system != null && system.isDisconnected()

Fixed in:

Commit 35e024acbbe442e181a43c85ef2f73e0ea493e9c in geode's branch refs/heads/develop from Kirk Lund
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=35e024a ]

GEODE-1703: Fix PersistentRecoveryOrderDUnitTest time based flakiness

Fix all future await times to use GeodeAwaitility timeout
Fix testRevokeAHostBeforeInitialization dependency on etc hosts
Fix testCrashDuringPreparePersistentId flakiness caused by using
wrong await timeouts
Co-authored-by: Michael Oleske <mo...@pivotal.io>

> PersistentRecoveryOrderDUnitTest testCrashDuringPreparePersistentId fails with IllegalStateException
> ----------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-4378
>                 URL: https://issues.apache.org/jira/browse/GEODE-4378
>             Project: Geode
>          Issue Type: Bug
>          Components: persistence
>            Reporter: Darrel Schneider
>            Assignee: Kirk Lund
>            Priority: Minor
>              Labels: CI, flaky, swat
>
> org.apache.geode.internal.cache.persistence.PersistentRecoveryOrderDUnitTest > testCrashDuringPreparePersistentId FAILED
> {noformat}
> java.lang.RuntimeException: java.lang.IllegalStateException: Disk store PersistentRecoveryOrderDUnitTest_testCrashDuringPreparePersistentIdRegion not found
>     at org.apache.geode.internal.cache.persistence.PersistentReplicatedTestBase._createPersistentRegion(PersistentReplicatedTestBase.java:186)
>     at org.apache.geode.internal.cache.persistence.PersistentReplicatedTestBase.createPersistentRegion(PersistentReplicatedTestBase.java:172)
>     at org.apache.geode.internal.cache.persistence.PersistentRecoveryOrderDUnitTest.testCrashDuringPreparePersistentId(PersistentRecoveryOrderDUnitTest.java:1336)
>  
> Caused by:
>     java.lang.IllegalStateException: Disk store PersistentRecoveryOrderDUnitTest_testCrashDuringPreparePersistentIdRegion not found
> {noformat}



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