[jdk11u-dev] RFR: 8336854: CAInterop.java#actalisauthenticationrootca conflicted with /manual and /timeout
Andrew John Hughes
andrew at openjdk.org
Wed Sep 24 17:22:33 UTC 2025
On Tue, 26 Aug 2025 15:25:28 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:
> Backport of JDK-8336854 to fix the `/manual` and `/timeout` conflict. The patch isn't clean since only one `/timeout` value was left. Ported manually. The result then runs and results in [JDK-8366176](https://bugs.openjdk.org/browse/JDK-8366176) seen elsewhere.
>
> *Testing*
> - [x] `CAInterop.java` tests run manually which has some failures, but they seem intermittent.
>
> OK?
11u does not have GET OSCP calls ([JDK-8179503](https://bugs.openjdk.org/browse/JDK-8179503)) and thus also lacks the test change [JDK-8328638](https://bugs.openjdk.org/browse/JDK-8328638) which made sure both GET and POST OSCP calls were tested by `CAInterop.java`. This is why only one `@run` line needed to be changed here.
Change looks good. Please apply for approval.
-------------
Marked as reviewed by andrew (Reviewer).
PR Review: https://git.openjdk.org/jdk11u-dev/pull/3078#pullrequestreview-3263898796
More information about the jdk-updates-dev
mailing list