[jdk17] RFR: 8269772: [macos-aarch64] test compilation failed with "SocketException: No buffer space available"

Vyom Tewari vtewari at openjdk.java.net
Wed Jul 7 04:27:51 UTC 2021


On Mon, 5 Jul 2021 11:21:39 GMT, Daniel Fuchs <dfuchs at 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.

Marked as reviewed by vtewari (Committer).

-------------

PR: https://git.openjdk.java.net/jdk17/pull/210


More information about the core-libs-dev mailing list