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

Kirk Lund commented on GEODE-6615:
----------------------------------

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 <[email protected]>

> JDK11 PersistentRecoveryOrderOldConfigDUnitTest > 
> testCrashDuringPreparePersistentId FAILED
> -------------------------------------------------------------------------------------------
>
>                 Key: GEODE-6615
>                 URL: https://issues.apache.org/jira/browse/GEODE-6615
>             Project: Geode
>          Issue Type: Bug
>          Components: tests
>            Reporter: Mark Hanson
>            Assignee: Kirk Lund
>            Priority: Major
>
> Test failure in 1.9.0
>  
> {noformat}
> org.apache.geode.internal.cache.persistence.PersistentRecoveryOrderOldConfigDUnitTest
>  > testCrashDuringPreparePersistentId FAILED
>     java.lang.RuntimeException: 
> org.apache.geode.distributed.DistributedSystemDisconnectedException: This 
> connection to a distributed system has been disconnected.
>         Caused by:
>         org.apache.geode.distributed.DistributedSystemDisconnectedException: 
> This connection to a distributed system has been disconnected.
>             at 
> org.apache.geode.distributed.internal.InternalDistributedSystem.checkConnected(InternalDistributedSystem.java:919)
>             at 
> org.apache.geode.distributed.internal.InternalDistributedSystem.getDistributionManager(InternalDistributedSystem.java:1652)
>             at 
> org.apache.geode.internal.cache.GemFireCacheImpl.<init>(GemFireCacheImpl.java:795)
>             at 
> org.apache.geode.internal.cache.InternalCacheBuilder.lambda$new$0(InternalCacheBuilder.java:125)
>             at 
> org.apache.geode.internal.cache.InternalCacheBuilder.create(InternalCacheBuilder.java:214)
>             at 
> org.apache.geode.internal.cache.InternalCacheBuilder.create(InternalCacheBuilder.java:171)
>             at 
> org.apache.geode.cache.CacheFactory.create(CacheFactory.java:142)
>             at 
> org.apache.geode.cache.RegionFactory.<init>(RegionFactory.java:128)
>             at 
> org.apache.geode.internal.cache.persistence.PersistentRecoveryOrderOldConfigDUnitTest$1.run(PersistentRecoveryOrderOldConfigDUnitTest.java:42){noformat}
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-= Test Results URI 
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> http://files.apachegeode-ci.info/builds/apache-develop-main/1.10.0-SNAPSHOT.0154/test-results/distributedTest/1554785871/
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>  
> Test report artifacts from this job are available at:
>  
> http://files.apachegeode-ci.info/builds/apache-develop-main/1.10.0-SNAPSHOT.0154/test-artifacts/1554785871/distributedtestfiles-OpenJDK11-1.10.0-SNAPSHOT.0154.tgz



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

Reply via email to