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

SendaoYan syan at openjdk.org
Sat Jul 20 15:38:59 UTC 2024


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.

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

Commit messages:
 - 8336854: CAInterop.java#actalisauthenticationrootca conflicted /manual and /timeout

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

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



More information about the security-dev mailing list