Integrated: 8333804: java/net/httpclient/ForbiddenHeadTest.java threw an exception with 0 failures
Daniel Fuchs
dfuchs at openjdk.org
Mon Jun 10 12:47:16 UTC 2024
On Fri, 7 Jun 2024 15:21:56 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
> The test failed because the shared HttpClients were not garbage collected in the imparted time.
> The timeout of 500ms to wait for the clients to clean up is sufficient most of the time but rather small, I suspect a bit more time was needed in that instance.
>
> The fix raises the timeout to 1500ms.
This pull request has now been integrated.
Changeset: ec1664e8
Author: Daniel Fuchs <dfuchs at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/ec1664e8c9413890ce2dae5c2dbbce3449d67882
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8333804: java/net/httpclient/ForbiddenHeadTest.java threw an exception with 0 failures
Reviewed-by: jpai
-------------
PR: https://git.openjdk.org/jdk/pull/19600
More information about the net-dev
mailing list