RFR: 8327650: Test java/nio/channels/DatagramChannel/StressNativeSignal.java timed out [v3]
Mark Sheppard
msheppar at openjdk.org
Thu May 23 21:54:01 UTC 2024
On Thu, 23 May 2024 20:32:49 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
> Has the test been run against JDK 8 so as to verify that it still can detect the error that JDK-8050499 was supposed to have fixed?
At your suggestion I have run it against a local 8-cpu build and it run as against JDK23, it passes ok
`JDK_NETWORK_TESTS % /Users/msheppar/Development/jdk8u-cpu-JDK-8303384/build/macosx-aarch64/jdk/bin/java StressNativeSignal
UDPThread: caught exception java.nio.channels.AsynchronousCloseException
ServerSocketThread: caught exception java.net.SocketException
java.net.SocketException: Socket closed
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:535)
at java.net.ServerSocket.implAccept(ServerSocket.java:545)
at java.net.ServerSocket.accept(ServerSocket.java:513)
at StressNativeSignal$ServerSocketThread.run(StressNativeSignal.java:110)`
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19312#issuecomment-2128076406
More information about the nio-dev
mailing list