You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Sarah Abbey (Jira)" <ji...@apache.org> on 2020/09/11 19:49:00 UTC

[jira] [Updated] (GEODE-8490) Docker containers are not properly cleaned up after native Redis acceptance tests

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

Sarah Abbey updated GEODE-8490:
-------------------------------
    Description: 
This [CI failure|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/AcceptanceTestOpenJDK8/builds/428] is due to port conflicts with Docker containers that were not cleaned up properly in some native Redis acceptance tests that ran beforehand.

{code:java}
    Caused by: java.net.BindException: Network is unreachable; port (40404) is not available on localhost.
    	at org.apache.geode.distributed.AbstractLauncher.assertPortAvailable(AbstractLauncher.java:142)
    	at org.apache.geode.distributed.ServerLauncher.start(ServerLauncher.java:794)
{code}

We created a test rule to properly close and clean up all Docker containers created by the native Redis acceptance tests.

  was:
This [CI failure|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/AcceptanceTestOpenJDK8/builds/428] was caused by Docker containers that were not cleaned up properly in some native Redis acceptance tests that ran beforehand.

{code:java}
    Caused by: java.net.BindException: Network is unreachable; port (40404) is not available on localhost.
    	at org.apache.geode.distributed.AbstractLauncher.assertPortAvailable(AbstractLauncher.java:142)
    	at org.apache.geode.distributed.ServerLauncher.start(ServerLauncher.java:794)
{code}

We created a test rule to properly close and clean up all Docker containers created by the native Redis acceptance tests.


> Docker containers are not properly cleaned up after native Redis acceptance tests
> ---------------------------------------------------------------------------------
>
>                 Key: GEODE-8490
>                 URL: https://issues.apache.org/jira/browse/GEODE-8490
>             Project: Geode
>          Issue Type: Bug
>          Components: redis
>            Reporter: Sarah Abbey
>            Assignee: Sarah Abbey
>            Priority: Major
>
> This [CI failure|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/AcceptanceTestOpenJDK8/builds/428] is due to port conflicts with Docker containers that were not cleaned up properly in some native Redis acceptance tests that ran beforehand.
> {code:java}
>     Caused by: java.net.BindException: Network is unreachable; port (40404) is not available on localhost.
>     	at org.apache.geode.distributed.AbstractLauncher.assertPortAvailable(AbstractLauncher.java:142)
>     	at org.apache.geode.distributed.ServerLauncher.start(ServerLauncher.java:794)
> {code}
> We created a test rule to properly close and clean up all Docker containers created by the native Redis acceptance tests.



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