RFR: 8327650: Test java/nio/channels/DatagramChannel/StressNativeSignal.java timed out [v4]
Mark Sheppard
msheppar at openjdk.org
Wed May 29 16:49:01 UTC 2024
On Wed, 29 May 2024 13:32:13 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 113:
>
>> 111: BufferedReader reader = new BufferedReader(new InputStreamReader(client.getInputStream()));
>> 112: // the test never reaches here as the close will affect the blocking accept call
>> 113: // and there are no clients to connect to this serversocket
>
> Should this code be removed?
we probably should, but I was waiting for bpb to comment
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19312#discussion_r1619197871
More information about the nio-dev
mailing list