RFR: 8337826: Improve logging in OCSPTimeout and SimpleOCSPResponder to help diagnose JDK-8309754
Sean Mullan
mullan at openjdk.org
Tue Aug 6 12:34:31 UTC 2024
On Mon, 5 Aug 2024 19:01:30 GMT, Jamil Nimeh <jnimeh at openjdk.org> wrote:
> This proposed enhancement adds logging to the OCSPTimeout test, which is intermittently failing and difficult to reproduce. The hope is that with extra logging enabled that additional clues as to the cause of these rare failures will become apparent.
>
> JBS: https://bugs.openjdk.org/browse/JDK-8337826
Changes requested by mullan (Reviewer).
test/jdk/java/security/cert/CertPathValidator/OCSP/OCSPTimeout.java line 32:
> 30: /**
> 31: * @test
> 32: * @bug 8179502 8337826
You should only include the bugid if the test is testing a specific bug fix. In this case, it is just additional debugging so no need to add it.
-------------
PR Review: https://git.openjdk.org/jdk/pull/20471#pullrequestreview-2221160888
PR Review Comment: https://git.openjdk.org/jdk/pull/20471#discussion_r1705449501
More information about the security-dev
mailing list