RFR: 8336854: CAInterop.java#actalisauthenticationrootca conflicted with /manual and /timeout
duke
duke at openjdk.org
Tue Jul 23 05:04:34 UTC 2024
On Sat, 20 Jul 2024 15:32:37 GMT, SendaoYan <syan at openjdk.org> wrote:
> Hi all,
> The testcase `test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#actalisauthenticationrootca` run Error, because the `@run` set conflicted with `/manual` and `/timeout`. I think the `/timeout` not needed for manual test.
>
> Only this testcase has this issue, the search shell command is:
>
> for i in `grep "@run" test -rnl` ; do grep "/manual" $i | grep -q "/timeout" && echo $i ; done
>
>
> Only change the testcase, the change has been verified, no risk.
@sendaoYan
Your change (at version ddb937c5b73b361f76b30d61b3e6e5d7b18a066b) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20270#issuecomment-2244257648
More information about the security-dev
mailing list