RFR: 8327650: Test java/nio/channels/DatagramChannel/StressNativeSignal.java timed out [v4]
Brian Burkhalter
bpb at openjdk.org
Wed May 29 23:21:02 UTC 2024
On Wed, 29 May 2024 13:32:45 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Mark Sheppard has updated the pull request incrementally with one additional commit since the last revision:
>>
>> JDK-8327650: Test java/nio/channels/DatagramChannel/StressNativeSignal.java timed out — updated catch block to be consistent with idiom used in test
>
> test/jdk/java/nio/channels/DatagramChannel/StressNativeSignal.java line 103:
>
>> 101: public ServerSocketThread () throws Exception {
>> 102:
>> 103: socket = new ServerSocket(1122);
>
> Re-existing issue but using a hardcoded port means it may fail if that port is already in used. I assume it can be changed to use the wildcard address.
Agreed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19312#discussion_r1619569534
More information about the nio-dev
mailing list