[jdk8u-dev] Integrated: 8282538: PKCS11 tests fail on CentOS Stream 9
Olga Mikhaltsova
omikhaltcova at openjdk.org
Mon Jul 11 11:13:54 UTC 2022
On Tue, 21 Jun 2022 23:08:59 GMT, Olga Mikhaltsova <omikhaltcova at openjdk.org> wrote:
> It's backport of JDK-8282538 to jdk8u.
> The same failure of the regression tests group (test/jdk/sun/security/pkcs11/Signature/) is observed on CentOS Stream 9 because of missing cert9.db and key4.db which are required by NSS 3.35 and above.
> Applied manually due to the location difference:
> `test/jdk/sun/security/pkcs11/nss/db/cert9.db` -> `jdk/test/sun/security/pkcs11/nss/db/cert9.db`
> `test/jdk/sun/security/pkcs11/nss/db/key4.db` -> `jdk/test/sun/security/pkcs11/nss/db/key4.db`
> Tested manually on CentOS Stream 9 with above mentioned tests group.
This pull request has now been integrated.
Changeset: 0de66bd8
Author: Olga Mikhaltsova <omikhaltcova at openjdk.org>
Committer: Yuri Nesterenko <yan at openjdk.org>
URL: https://git.openjdk.org/jdk8u-dev/commit/0de66bd811c89d8648d3751f60fe46aaa2eb26fc
Stats: 0 lines in 2 files changed: 0 ins; 0 del; 0 mod
8282538: PKCS11 tests fail on CentOS Stream 9
Backport-of: d8fd22239bafecdaaedb8985ab6d709ed846e808
-------------
PR: https://git.openjdk.org/jdk8u-dev/pull/76
More information about the jdk8u-dev
mailing list