8384815: SelectOneKeyOutOfMany and PreferredKey fail after expired test certificate#2909
8384815: SelectOneKeyOutOfMany and PreferredKey fail after expired test certificate#2909sendaoYan wants to merge 3 commits into
Conversation
|
👋 Welcome back syan! A progress list of the required criteria for merging this PR into |
|
@sendaoYan This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. 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 no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
|
This backport pull request has now been updated with issue from the original commit. |
|
|
|
Thanks for the reviews @GoeLin /approval request Backport to make test generate certificates during test run which avoid the fix certificate expired cause test fails. Change has been verified locally by run the releated on linux-x64. Test-fix only, no risk. |
|
@sendaoYan |
|
Hi @sendaoYan |
|
Hi @sendaoYan |
|
Thanks for the reviews and approved @GoeLin. /integrate |
|
Going to push as commit 228ab6e. |
|
@sendaoYan Pushed as commit 228ab6e. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
|
Thanks!! |
Hi all,
This is backport PR to make test generate certificates during test run which avoid the fixed certificate expired cause test fails.
There are two changes make this PR backported uncleanly.
2.1. The certificate is encoded as v3 (version field is written when extensions are present).
2.2 The extensions block contains a valid extension instead of an illegal empty wrapper on a v1 certificate.
Change has been verified locally by run the releated on linux-x64. Test-fix only, no risk.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk21u-dev.git pull/2909/head:pull/2909$ git checkout pull/2909Update a local copy of the PR:
$ git checkout pull/2909$ git pull https://git.openjdk.org/jdk21u-dev.git pull/2909/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2909View PR using the GUI difftool:
$ git pr show -t 2909Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk21u-dev/pull/2909.diff
Using Webrev
Link to Webrev Comment