RFR: 8376089: Increase QUIC idle timeout in H3FixedThreadPoolTest to collect more diagnostic
Daniel Fuchs
dfuchs at openjdk.org
Thu Jan 22 10:35:58 UTC 2026
On Thu, 22 Jan 2026 10:24:34 GMT, Volkan Yazici <vyazici at openjdk.org> wrote:
> This test failed on Tier 7, but the failure could not be reproduced. Increase the QUIC idle timeout to a value higher than the JTreg on Tier 7 so that, if the client becomes wedged again, the JTreg timeout handlers can collect more diagnostic information.
LGTM - with one minor comment.
test/jdk/java/net/httpclient/http3/H3FixedThreadPoolTest.java line 26:
> 24: /*
> 25: * @test
> 26: * @bug 8087112 8177935 8376089
In principle you only put the bug id in the `@bug` list if there's a product change that the bug verifies. So I would revert this line and put `noreg-self` on the JBS issue instead.
-------------
PR Review: https://git.openjdk.org/jdk/pull/29358#pullrequestreview-3691740485
PR Review Comment: https://git.openjdk.org/jdk/pull/29358#discussion_r2716288358
More information about the net-dev
mailing list