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

2021-07-06 Thread Vyom Tewari
On Mon, 5 Jul 2021 11:21:39 GMT, Daniel Fuchs  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


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

2021-07-06 Thread Chris Hegarty
On Mon, 5 Jul 2021 11:21:39 GMT, Daniel Fuchs  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 chegar (Reviewer).

-

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


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

2021-07-05 Thread Daniel Fuchs
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.

-

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

Changes: https://git.openjdk.java.net/jdk17/pull/210/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk17=210=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8269772
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk17/pull/210.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk17 pull/210/head:pull/210

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