You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Geode Integration (Jira)" <ji...@apache.org> on 2021/12/13 19:24:00 UTC

[jira] [Commented] (GEODE-8117) ServerLauncherRemoteIntegrationTest.startOverwritesStalePidFile fails intermittently

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

Geode Integration commented on GEODE-8117:
------------------------------------------

Seen on support/1.13 in [integration-test-openjdk8 #11|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-support-1-13-main/jobs/integration-test-openjdk8/builds/11] ... see [test results|http://files.apachegeode-ci.info/builds/apache-support-1-13-main/1.13.6-build.0628/test-results/integrationTest/1639264722/] or download [artifacts|http://files.apachegeode-ci.info/builds/apache-support-1-13-main/1.13.6-build.0628/test-artifacts/1639264722/integrationtestfiles-openjdk8-1.13.6-build.0628.tgz].

> ServerLauncherRemoteIntegrationTest.startOverwritesStalePidFile fails intermittently
> ------------------------------------------------------------------------------------
>
>                 Key: GEODE-8117
>                 URL: https://issues.apache.org/jira/browse/GEODE-8117
>             Project: Geode
>          Issue Type: Bug
>          Components: tests
>            Reporter: Kirk Lund
>            Assignee: Kirk Lund
>            Priority: Major
>
> {noformat}
> org.awaitility.core.ConditionTimeoutException: Assertion condition defined as a lambda expression in org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase expected:<[online]> but was:<[not responding]> within 5 minutes.
> 	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:165)
> 	at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:119)
> 	at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:31)
> 	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:895)
> 	at org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:679)
> 	at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:211)
> 	at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:190)
> 	at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.awaitStart(ServerLauncherRemoteIntegrationTestCase.java:201)
> 	at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.startServer(ServerLauncherRemoteIntegrationTestCase.java:131)
> 	at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.startServer(ServerLauncherRemoteIntegrationTestCase.java:127)
> 	at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTest.startOverwritesStalePidFile(ServerLauncherRemoteIntegrationTest.java:91)
> Caused by: org.junit.ComparisonFailure: expected:<[online]> but was:<[not responding]>
> 	at jdk.internal.reflect.GeneratedConstructorAccessor25.newInstance(Unknown Source)
> 	at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> 	at org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.lambda$awaitStart$1(ServerLauncherRemoteIntegrationTestCase.java:213)
> 	at org.awaitility.core.AssertionCondition.lambda$new$0(AssertionCondition.java:53)
> 	at org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:222)
> 	at org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:209)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:264)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> 	... 1 more
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)