RFR: 8280868: LineBodyHandlerTest.java creates and discards too many clients
Michael McMahon
michaelm at openjdk.java.net
Wed Feb 2 17:12:05 UTC 2022
On Fri, 28 Jan 2022 09:45:02 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
> Please find enclosed a simple test fix for:
> 8280868: LineBodyHandlerTest.java creates and discards too many clients
>
> The LineBodyHandlerTest.java creates and discards many clients (64).
> The test has been observed failing intermittently on some systems (Windows 10) while trying to open the client's selector, apparently due to some connection limit.
>
> It seems that using a single client reduces the occurrences in which the test fails.
LGTM
-------------
Marked as reviewed by michaelm (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/7263
More information about the net-dev
mailing list