On Fri, 12 Dec 2025 09:30:23 GMT, Arno Zeller <[email protected]> wrote:
> The test javax/net/ssl/Stapling/HttpsUrlConnClient.java sometimes hangs and > run into timeouts. By adding some more tracing it showed that it can happen > on machines with high load that the client thread throws a "Server not ready > yet" RuntimeException because it only waits for 5 seconds for the server > thread to come available. > I added some more output in case of errors to better see the issue and use > the timeout factor to modify the maximum wait time. This pull request has now been integrated. Changeset: af18fbd4 Author: Arno Zeller <[email protected]> Committer: Matthias Baesken <[email protected]> URL: https://git.openjdk.org/jdk/commit/af18fbd42d2a437dd35f33e557a8906ca0c3bd07 Stats: 59 lines in 1 file changed: 21 ins; 11 del; 27 mod 8371559: Intermittent timeouts in test javax/net/ssl/Stapling/HttpsUrlConnClient.java Reviewed-by: mbaesken, myankelevich ------------- PR: https://git.openjdk.org/jdk/pull/28784
