You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Hale Bales (Jira)" <ji...@apache.org> on 2022/05/11 22:47:00 UTC

[jira] [Resolved] (GEODE-9715) CI: AvailablePortHelperIntegrationTest getRandomAvailableTCPPortRange_returnsUsablePorts failed with Address already in use

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

Hale Bales resolved GEODE-9715.
-------------------------------
    Fix Version/s: 1.15.0
       Resolution: Fixed

fixed by GEODE-9725

> CI: AvailablePortHelperIntegrationTest getRandomAvailableTCPPortRange_returnsUsablePorts failed with Address already in use
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-9715
>                 URL: https://issues.apache.org/jira/browse/GEODE-9715
>             Project: Geode
>          Issue Type: Bug
>          Components: tests
>    Affects Versions: 1.15.0
>            Reporter: Xiaojian Zhou
>            Priority: Major
>             Fix For: 1.15.0
>
>
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/integration-test-openjdk8/builds/259
> {code:java}
> AvailablePortHelperIntegrationTest > getRandomAvailableTCPPortRange_returnsUsablePorts(useMembershipPortRange=true) FAILED
>     java.io.UncheckedIOException: java.net.BindException: Address already in use (Bind failed)
>         at org.apache.geode.internal.AvailablePortHelperIntegrationTest$PortAssertion.isUsable(AvailablePortHelperIntegrationTest.java:280)
>         at org.apache.geode.internal.AvailablePortHelperIntegrationTest.lambda$getRandomAvailableTCPPortRange_returnsUsablePorts$0(AvailablePortHelperIntegrationTest.java:87)
>         at java.util.Spliterators$IntArraySpliterator.forEachRemaining(Spliterators.java:1032)
>         at java.util.stream.IntPipeline$Head.forEach(IntPipeline.java:581)
>         at org.apache.geode.internal.AvailablePortHelperIntegrationTest.getRandomAvailableTCPPortRange_returnsUsablePorts(AvailablePortHelperIntegrationTest.java:86)
>         Caused by:
>         java.net.BindException: Address already in use (Bind failed)
>             at java.net.PlainSocketImpl.socketBind(Native Method)
>             at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:387)
>             at java.net.ServerSocket.bind(ServerSocket.java:390)
>             at java.net.ServerSocket.bind(ServerSocket.java:344)
>             at org.apache.geode.internal.AvailablePortHelperIntegrationTest$PortAssertion.isUsable(AvailablePortHelperIntegrationTest.java:273)
>             ... 4 more
> {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)