-
Notifications
You must be signed in to change notification settings - Fork 164
8296631: NSS tests failing on OL9 linux-aarch64 hosts #654
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
👋 Welcome back kurashige23! A progress list of the required criteria for merging this PR into |
@kurashige23 This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 1 new commit pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@phohensee) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
This backport pull request has now been updated with issue from the original commit. |
|
Thank you for your review. GHA error is a certificate issue and not related to this PR. /approval request Backporting this patch resolves NSS tests failure. |
@kurashige23 |
Thank you for your review. /integrate |
@kurashige23 |
/sponsor |
@phohensee @kurashige23 Pushed as commit 176d674. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
This PR was integrated, but JBS issue for backport was not issued. I don't remember doing anything different from the normal process. Thanks. |
I have no idea why. @jerboaa? |
I just spotted this as well, as it's still showing up in the "Approved without Push" filter. Looking into it. |
I've e-mailed ops and CCed you, @phohensee. I'm afraid I couldn't see an e-mail on your account, @kurashige23, to add you in as well but will let you know what happens. |
Fixed now. The ticket was there but not visible. |
Thank you, Andrew. |
Thank you. |
Hi,
This is a backport of JDK-8296631: NSS tests failing on OL9 linux-aarch64 hosts
Original patch does not apply cleanly for the following reasons:
・Fix to test/jdk/sun/security/pkcs11/PKCS11Test.java can not be applied because it is a fix to code that does not exist in jdk8.
・Fix to test/jdk/sun/security/pkcs11/Provider/MultipleLogin.sh can not be applied since test/jdk/sun/security/pkcs11/Provider/MultipleLogin.sh added in https://bugs.openjdk.org/browse/JDK-8240256 (jdk17).
・Fix to test/jdk/sun/security/pkcs11/tls/tls12 can not be applied since test/jdk/sun/security/pkcs11/tls/tls12 is an enhancement added in https://bugs.openjdk.org/browse/JDK-8220753 (jdk13).
・pkcs11/fips/ClientJSSEServerJSSE.java and pkcs11/fips/TrustManagerTest.java fail if I run the pkcs11 tests without the fix to test/jdk/sun/security/pkcs11/fips/. This is because cert9.db, key4.db, and pkcs11.txt, which are required to run the tests using sqlite, do not exist in test/jdk/sun/security/pkcs11/fips. test/jdk/sun/security/pkcs11/fips was removed by https://bugs.openjdk.org/browse/JDK-8217835 (jdk13), so the original patch does not fix test/jdk/sun/security/pkcs11/fips/. I added the database files to test/jdk/sun/security/pkcs11/fips so that pkcs11/fips/ClientJSSEServerJSSE.java and pkcs11/fips/TrustManagerTest.java can run tests using sqlite and pass.
Testing: jdk/sun/security/pkcs11 tests on RHEL9, GHA testing
Thanks.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/654/head:pull/654
$ git checkout pull/654
Update a local copy of the PR:
$ git checkout pull/654
$ git pull https://git.openjdk.org/jdk8u-dev.git pull/654/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 654
View PR using the GUI difftool:
$ git pr show -t 654
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/654.diff
Using Webrev
Link to Webrev Comment