You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Darrel Schneider (Jira)" <ji...@apache.org> on 2021/01/09 00:03:00 UTC

[jira] [Reopened] (GEODE-8719) CI Failure: org.apache.geode.redis.internal.executor.CrashAndNoRepeatDUnitTest > givenServerCrashesDuringAPPEND_thenDataIsNotLost

     [ https://issues.apache.org/jira/browse/GEODE-8719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Darrel Schneider reopened GEODE-8719:
-------------------------------------

This reproduced here: https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK11/builds/698

{noformat}
org.apache.geode.redis.internal.executor.CrashAndNoRepeatDUnitTest > givenServerCrashesDuringAPPEND_thenDataIsNotLost FAILED
    org.apache.geode.test.dunit.RMIException: While invoking org.apache.geode.test.dunit.internal.IdentifiableCallable.call in VM 3 running on Host 56886cab3c85 with 4 VMs
        at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:623)
        at org.apache.geode.test.dunit.VM.invoke(VM.java:460)
        at org.apache.geode.test.dunit.rules.ClusterStartupRule.startServerVM(ClusterStartupRule.java:268)
        at org.apache.geode.test.dunit.rules.ClusterStartupRule.startServerVM(ClusterStartupRule.java:261)
        at org.apache.geode.redis.internal.executor.CrashAndNoRepeatDUnitTest.startRedisVM(CrashAndNoRepeatDUnitTest.java:131)
        at org.apache.geode.redis.internal.executor.CrashAndNoRepeatDUnitTest.givenServerCrashesDuringAPPEND_thenDataIsNotLost(CrashAndNoRepeatDUnitTest.java:160)

        Caused by:
        org.apache.geode.management.ManagementException: Could not start Redis Server using bind address: localhost/127.0.0.1 and port: 42809. Please make sure nothing else is running on this address/port combination.

            Caused by:
            java.net.BindException: Address already in use

org.apache.geode.redis.internal.executor.CrashAndNoRepeatDUnitTest > classMethod FAILED
    java.lang.AssertionError: Suspicious strings were written to the log during this run.
    Fix the strings or use IgnoredException.addIgnoredException to ignore.
    -----------------------------------------------------------------------
    Found suspect string in 'dunit_suspect-vm3.log' at line 6657

    [error 2021/01/08 21:34:13.724 GMT <RMI TCP Connection(1)-172.17.0.23> tid=35] org.apache.geode.management.ManagementException: Could not start Redis Server using bind address: localhost/127.0.0.1 and port: 42809. Please make sure nothing else is running on this address/port combination.
{noformat}


> CI Failure: org.apache.geode.redis.internal.executor.CrashAndNoRepeatDUnitTest > givenServerCrashesDuringAPPEND_thenDataIsNotLost
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-8719
>                 URL: https://issues.apache.org/jira/browse/GEODE-8719
>             Project: Geode
>          Issue Type: Bug
>          Components: redis
>            Reporter: Sarah Abbey
>            Assignee: John Hutchison
>            Priority: Minor
>
> CI failure: https://concourse.apachegeode-ci.info/builds/207449
> {code:java}
> org.apache.geode.redis.internal.executor.CrashAndNoRepeatDUnitTest > givenServerCrashesDuringAPPEND_thenDataIsNotLost FAILED
>     org.apache.geode.test.dunit.RMIException: While invoking org.apache.geode.test.dunit.internal.IdentifiableCallable.call in VM 2 running on Host e0e2f6af9445 with 4 VMs
>         at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:623)
>         at org.apache.geode.test.dunit.VM.invoke(VM.java:460)
>         at org.apache.geode.test.dunit.rules.ClusterStartupRule.startServerVM(ClusterStartupRule.java:268)
>         at org.apache.geode.test.dunit.rules.ClusterStartupRule.startServerVM(ClusterStartupRule.java:261)
>         at org.apache.geode.redis.internal.executor.CrashAndNoRepeatDUnitTest.startRedisVM(CrashAndNoRepeatDUnitTest.java:131)
>         at org.apache.geode.redis.internal.executor.CrashAndNoRepeatDUnitTest.givenServerCrashesDuringAPPEND_thenDataIsNotLost(CrashAndNoRepeatDUnitTest.java:164)        Caused by:
>         org.apache.geode.management.ManagementException: Could not start Redis Server using bind address: localhost/127.0.0.1 and port: 44579. Please make sure nothing else is running on this address/port combination.            Caused by:
>             java.net.BindException: Address already in use
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)