the test java/net/Inet6Address/B6558853.java fails due to misconfigured interface
a serversocket is listening on wildcard, a socket tries to connect using the configured IPv6 of the oci node but the connect request goes into the ether
the test creates a thread which creates a Socket to connect to the server and this never occurs. The thread most likely fails on the connect, but no ConnectException is seen un the log and the run terminates ... there is no error checking logic around the client Socket thread
the test could be improved and made more robust, with thread cleanup also
a serversocket is listening on wildcard, a socket tries to connect using the configured IPv6 of the oci node but the connect request goes into the ether
the test creates a thread which creates a Socket to connect to the server and this never occurs. The thread most likely fails on the connect, but no ConnectException is seen un the log and the run terminates ... there is no error checking logic around the client Socket thread
the test could be improved and made more robust, with thread cleanup also
- relates to
-
JDK-8371466 (ch) Various java/nio/channels fail with IPv6 on macOS 26.0.1 (aarch64) with java.net.BindException: Can't assign requested address
-
- Open
-