Skip to content

Commit

Permalink
8235297: sun/security/ssl/SSLSessionImpl/ResumptionUpdateBoundValues.…
Browse files Browse the repository at this point in the history
…java fails intermittent

Reviewed-by: xuelei
  • Loading branch information
MBaesken committed Dec 28, 2022
1 parent 11fd651 commit d490f15
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -26,6 +26,7 @@
* @library /test/lib
* @summary Test that a New Session Ticket will be generated when a
* SSLSessionBindingListener is set (boundValues)
* @key intermittent
* @run main/othervm ResumptionUpdateBoundValues
*/

Expand Down

3 comments on commit d490f15

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MBaesken
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/backport jdk17u-dev

@openjdk
Copy link

@openjdk openjdk bot commented on d490f15 Dec 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MBaesken the backport was successfully created on the branch MBaesken-backport-d490f15e in my personal fork of openjdk/jdk17u-dev. To create a pull request with this backport targeting openjdk/jdk17u-dev:master, just click the following link:

➡️ Create pull request

The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:

Hi all,

This pull request contains a backport of commit d490f15e from the openjdk/jdk repository.

The commit being backported was authored by Matthias Baesken on 28 Dec 2022 and was reviewed by Xue-Lei Andrew Fan.

Thanks!

If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk17u-dev:

$ git fetch https://github.com/openjdk-bots/jdk17u-dev MBaesken-backport-d490f15e:MBaesken-backport-d490f15e
$ git checkout MBaesken-backport-d490f15e
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk17u-dev MBaesken-backport-d490f15e

Please sign in to comment.