Tibor17 commented on pull request #343:
URL: https://github.com/apache/maven-surefire/pull/343#issuecomment-820317909
@reinhapa
@kriegaex
@eolivelli
I will continue in the weekend.
The CI system in GitHub fails because the unit tests and server socket
cannot find requested address. I think `/etc/hosts` does not contain bindings
for local loopback. I want to change the code and attempt to bind to 127.0.0.1,
localhost if previous fails, and local address if previous fails.
```
java.net.BindException: Cannot assign requested address
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Net.java:461)
at sun.nio.ch.Net.bind(Net.java:453)
at
sun.nio.ch.AsynchronousServerSocketChannelImpl.bind(AsynchronousServerSocketChannelImpl.java:163)
at
org.apache.maven.surefire.api.util.internal.AsyncSocketTest.test(AsyncSocketTest.java:84)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]