8250839: Improve test template SSLEngineTemplate with SSLContextTemplate - #809
8250839: Improve test template SSLEngineTemplate with SSLContextTemplate#809jerboaa wants to merge 4 commits into
Conversation
|
👋 Welcome back sgehwolf! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
This backport pull request has now been updated with issue from the original commit. |
0dc5b58 to
fbe874a
Compare
b09f14a to
a18ae0c
Compare
|
@jerboaa Please do not rebase or force-push to an active PR as it invalidates existing review comments. Note for future reference, the bots always squash all changes into a single commit automatically as part of the integration. See OpenJDK Developers’ Guide for more information. |
fbe874a to
ee90e96
Compare
8259662: Don't wrap SocketExceptions into SSLExceptions in SSLSocketImpl
ee90e96 to
689fa41
Compare
8250839: Improve test template SSLEngineTemplate with SSLContextTemplate
a18ae0c to
42fe7f9
Compare
|
@jerboaa Please do not rebase or force-push to an active PR as it invalidates existing review comments. Note for future reference, the bots always squash all changes into a single commit automatically as part of the integration. See OpenJDK Developers’ Guide for more information. |
|
@jerboaa This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a |
|
/touch |
|
@jerboaa The pull request is being re-evaluated and the inactivity timeout has been reset. |
|
@jerboaa This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a |
|
/touch |
|
@jerboaa The pull request is being re-evaluated and the inactivity timeout has been reset. |
|
I am taking a look. |
tstuefe
left a comment
There was a problem hiding this comment.
I am not a security expert, but this looks good to me.
|
The parent pull request that this pull request depends on has now been integrated and the target branch of this pull request has been updated. This means that changes from the dependent pull request can start to show up as belonging to this pull request, which may be confusing for reviewers. To remedy this situation, simply merge the latest changes from the new target branch into this pull request by running commands similar to these in the local repository for your personal fork: git checkout jdk-8250839-jdk8u-template-SSLEngineTemplate
git fetch https://git.openjdk.org/jdk8u-dev.git master
git merge FETCH_HEAD
# if there are conflicts, follow the instructions given by git merge
git commit -m "Merge master"
git push |
|
|
|
Merged master as the dependent PR integrated. Tests still pass: @tstuefe Do you mind to re-review? Thanks! |
|
/approval request Please allow this test-only change into OpenJDK 8u. It's a required dependency for JDK-8284047 which modifies the JDK test code and allows for better testing of crypto updates which we'd like to bring into OpenJDK 8u. Risk is low, as it's a test change only. Reviewed by Thomas Stüfe. Testing is OK. |
|
Thanks for the review, Thomas! |
Clean (modulo path changes) test-only backport for bringing in JDK-8284047. In particular, this is preparatory work for JDK-8263188 a dependency for JDK-8284047.
Testing
Thoughts?
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/809/head:pull/809$ git checkout pull/809Update a local copy of the PR:
$ git checkout pull/809$ git pull https://git.openjdk.org/jdk8u-dev.git pull/809/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 809View PR using the GUI difftool:
$ git pr show -t 809Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/809.diff
Using Webrev
Link to Webrev Comment