RFR: 8310629: java/security/cert/CertPathValidator/OCSP/OCSPTimeout.java fails with RuntimeException Server not ready

Jamil Nimeh jnimeh at openjdk.org
Mon Jul 17 21:22:54 UTC 2023


On Mon, 17 Jul 2023 17:45:56 GMT, Matthew Donovan <mdonovan at openjdk.org> wrote:

> In this PR, i raised the client timeout from 5 to 60 seconds. I considered refactoring the SimpleOSCPServer class a little but ultimately, the client needs to just wait until the server is ready or a time-out is reached. Alternately, we can wait indefinitely and let the test time out but that results in holding onto resources for too long.
> 
> Thanks

I'm good with this.

-------------

Marked as reviewed by jnimeh (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/14905#pullrequestreview-1533717455


More information about the security-dev mailing list