On Fri, 28 Jan 2022 09:45:02 GMT, Daniel Fuchs <dfu...@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. This pull request has now been integrated. Changeset: 47800bf3 Author: Daniel Fuchs <dfu...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/47800bf3da181ae0ee612b14d95773fd1dc90350 Stats: 23 lines in 1 file changed: 19 ins; 0 del; 4 mod 8280868: LineBodyHandlerTest.java creates and discards too many clients Reviewed-by: michaelm ------------- PR: https://git.openjdk.java.net/jdk/pull/7263