-
Task
-
Resolution: Delivered
-
P4
-
None
-
13
An example of such tests are java/net/Socket/LingerTest.java and java/net/Socket/ShutdownBoth.java (see for instance
It would be profitable to find out which tests are creating a ServerSocket or HttpServer that binds to the wildcard address, evaluate whether that usage is legitimate and required, or whether the test could be changed to bind to the loopback instead without changing the semantics of the test, and perhaps bite the bullet and do this change.
- relates to
-
JDK-8229348 java/net/DatagramSocket/UnreferencedDatagramSockets.java fails intermittently
- Resolved
-
JDK-8230438 closed/test/jdk/sun/net/www/protocol/http/ProxyAuthTest.java should not use the wildcard address
- Resolved
-
JDK-8305900 Use loopback IP addresses in security policy files of httpclient tests
- Resolved
-
JDK-8171496 Some jdk_net tests failed with "java.net.ConnectException: Operation timed out (Connection timed out)"
- Open
-
JDK-8261411 (sc) java/nio/channels/SocketChannel/ShortWrite.java fails in timeout (blocked in accept)
- Open
-
JDK-8129315 java/net/Socket/LingerTest.java and java/net/Socket/ShutdownBoth.java timeout intermittently
- Resolved
-
JDK-8193596 java/net/DatagramPacket/ReuseBuf.java failed due to timeout
- Resolved
-
JDK-8141703 sun/net/www/protocol/https/HttpsURLConnection/B6216082.java failed with operation timed out exception
- Closed