RFR: 8316738: java/net/httpclient/HttpClientLocalAddrTest.java failed in timeout

Jaikiran Pai jpai at openjdk.org
Fri Dec 8 07:02:33 UTC 2023


Can I please get a review of this trivial test only change which adds the `-Djdk.tracePinnedThreads=full` system property when launching the `HttpClientLocalAddrTest` test?

This test has failed with timeout (on a rare occasion). The test uses virtual threads for the HttpClient instances it uses and has 2 `@run` test definitions. One of it already uses `-Djdk.tracePinnedThreads=full` to help debug any pinned thread issues. The commit in this PR updates the other `@run` definition to use this same system property for the same reason.

The test continues to pass with this change.

-------------

Commit messages:
 - 8316738: java/net/httpclient/HttpClientLocalAddrTest.java failed in timeout

Changes: https://git.openjdk.org/jdk/pull/17031/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17031&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8316738
  Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/17031.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17031/head:pull/17031

PR: https://git.openjdk.org/jdk/pull/17031


More information about the net-dev mailing list