Can I please get a review of this test-only change which enables debug logging of the `HttpClient` in the `java/net/httpclient/http2/H2GoAwayPromptConnectionClose.java` test?
As noted in https://bugs.openjdk.org/browse/JDK-8389498, this test timed out unexpectedly once in our CI. If/when this test times out again, this debug logging should hopefully provide some hints on what's going on. I've verified that the generated logs in this test don't overflow the jtreg limit, so we should be able to get hold of the entire logs from any timing out run. --------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - 8389498: Enable HttpClient debug logging in java/net/httpclient/http2/H2GoAwayPromptConnectionClose.java test Changes: https://git.openjdk.org/jdk/pull/32143/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=32143&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8389498 Stats: 3 lines in 1 file changed: 2 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/32143.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/32143/head:pull/32143 PR: https://git.openjdk.org/jdk/pull/32143
