On Mon, 16 Jan 2023 18:08:29 GMT, Daniel Fuchs <[email protected]> wrote:
> The MappingResponseSubscriber test has been observed failing on windows in > our CI due to a ConnectException. > I am suspecting that some kind of connection limit enforced by the system has > been reached. > We can see from the log that the TCP connection has failed, been retried, and > failed again. > Previous connections to the same server seem to have succeeded. > > Modifying the test to wait after previous clients have been GC'ed before > opening the next one could alleviate the situation. This pull request has now been integrated. Changeset: 49d60fee Author: Daniel Fuchs <[email protected]> URL: https://git.openjdk.org/jdk/commit/49d60fee49b9f5f7182dcd1557d9b2f886901100 Stats: 25 lines in 1 file changed: 23 ins; 0 del; 2 mod 8300172: java/net/httpclient/MappingResponseSubscriber.java failed with java.net.ConnectException Reviewed-by: jpai ------------- PR: https://git.openjdk.org/jdk/pull/12013
