On Mon, 20 Jan 2025 17:31:44 GMT, Daniel Fuchs <dfu...@openjdk.org> wrote:
> The test/jdk/java/net/httpclient/HttpsTunnelAuthTest.java has been observed > failing at least once. The suspicion is that it may be due to the client URI > using "localhost" instead of a literal IP. > > The test has also been slightly refactored to close the created HttpClient > instances after use. This pull request has now been integrated. Changeset: 5c4a387b Author: Daniel Fuchs <dfu...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/5c4a387b7e5643815542dd6938e8e1dbb817ad90 Stats: 19 lines in 1 file changed: 4 ins; 2 del; 13 mod 8348107: test/jdk/java/net/httpclient/HttpsTunnelAuthTest.java fails intermittently Reviewed-by: jpai ------------- PR: https://git.openjdk.org/jdk/pull/23203