On Mon, 5 Jul 2021 11:21:39 GMT, Daniel Fuchs <dfu...@openjdk.org> wrote:
> Please find here a trivial fix for: > > 8269772: [macos-aarch64] test compilation failed with "SocketException: No > buffer space available" > > Running several of the websocket tests concurrently on some of the CI > machines is causing resource exhaustion, because resources are only freed > after the TIMED_WAIT delay has expired once the tests have finished. > The proposed solution is to run these tests in exclusive dir mode. This pull request has now been integrated. Changeset: a49b1dc7 Author: Daniel Fuchs <dfu...@openjdk.org> URL: https://git.openjdk.java.net/jdk17/commit/a49b1dc7042d8893d9ff2cdaeae05203dd18bba4 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod 8269772: [macos-aarch64] test compilation failed with "SocketException: No buffer space available" Reviewed-by: chegar, vtewari ------------- PR: https://git.openjdk.java.net/jdk17/pull/210