The HTTP/3 request should have been configured with HTTP_3_URI_ONLY. This will prevent falling back to TCP, and since only HTTP/3 is to be used the client will be able to use the full HTTP/3 timeout instead of falling back to TCP if the server does not reply fast enough. This is particularly sensitive when running with fastdebug builds which have a tendency of slowing everything down.
------------- Commit messages: - 8379707: UserAuthWithAuthenticator::h3Test fails intermittentently Changes: https://git.openjdk.org/jdk/pull/30224/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=30224&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8379707 Stats: 37 lines in 1 file changed: 26 ins; 1 del; 10 mod Patch: https://git.openjdk.org/jdk/pull/30224.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30224/head:pull/30224 PR: https://git.openjdk.org/jdk/pull/30224
