On Sat, 20 Jul 2024 15:32:37 GMT, SendaoYan <s...@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.

This pull request has now been integrated.

Changeset: f132b347
Author:    SendaoYan <s...@openjdk.org>
Committer: Rajan Halade <rhal...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/f132b347e13a57d9654f0ab11db0636999576036
Stats:     4 lines in 1 file changed: 2 ins; 0 del; 2 mod

8336854: CAInterop.java#actalisauthenticationrootca conflicted with /manual and 
/timeout

Reviewed-by: rhalade

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

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

Reply via email to