RFR: 8371559: Intermittent timeouts in test javax/net/ssl/Stapling/HttpsUrlConnClient.java [v2]
Arno Zeller
azeller at openjdk.org
Mon Dec 15 15:44:32 UTC 2025
On Mon, 15 Dec 2025 15:31:03 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
>> Arno Zeller has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains four additional commits since the last revision:
>>
>> - Use CountDownLatch
>> - Merge remote-tracking branch 'upstream/master' into JDK-8371559
>> - Merge branch 'openjdk:master' into JDK-8371559
>> - Use timeout factor when waiting for server ready
>
> test/jdk/javax/net/ssl/Stapling/HttpsUrlConnClient.java line 233:
>
>> 231: * Define the server side of the test.
>> 232: *
>> 233: * If the server prematurely exits, serverReady will be countdown
>
> Sounds a bit strange, maybe 'will be counted down' or 'will be decremented' ?
Changed
> test/jdk/javax/net/ssl/Stapling/HttpsUrlConnClient.java line 320:
>
>> 318: * Define the client side of the test.
>> 319: *
>> 320: * If the server prematurely exits, serverReady will be countdown
>
> Sounds a bit strange, maybe 'will be counted down' or 'will be decremented' ?
Changed to "counted down"
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28784#discussion_r2619935054
PR Review Comment: https://git.openjdk.org/jdk/pull/28784#discussion_r2619935740
More information about the security-dev
mailing list