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

Matthew Donovan mdonovan at openjdk.org
Tue Jul 18 10:49:11 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

This pull request has now been integrated.

Changeset: b20dc1e9
Author:    Matthew Donovan <mdonovan at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/b20dc1e9cda1ea3a76b3f14c778c6816e5cc1c0c
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

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

Reviewed-by: jnimeh

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

PR: https://git.openjdk.org/jdk/pull/14905


More information about the security-dev mailing list