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

Matthew Donovan mdonovan at openjdk.org
Mon Jul 17 17:52:32 UTC 2023


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

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

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

Changes: https://git.openjdk.org/jdk/pull/14905/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14905&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8310629
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/14905.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/14905/head:pull/14905

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


More information about the security-dev mailing list