RFR: 8344346: java/net/httpclient/ShutdownNow.java fails with java.lang.AssertionError: client was still running, but exited after further delay: timeout should be adjusted [v2]

Daniel Fuchs dfuchs at openjdk.org
Thu Nov 21 15:26:43 UTC 2024


On Thu, 21 Nov 2024 08:53:57 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:

> This looks OK to me. A minor suggestion - maybe consider adding this class to the `@build` tag of jtreg, given how jtreg behaves for library classes.

I am not sure this is necessary, the test already imports several other classes from that library (import jdk.test.lib.RandomFactory; import jdk.test.lib.net.SimpleSSLContext;) and not all are listed in the`@build`.

I have updated the `@build` as you suggested though.

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

PR Comment: https://git.openjdk.org/jdk/pull/22278#issuecomment-2491519218


More information about the net-dev mailing list