8337723: Remove redundant tests from com/sun/security/sasl/gsskerb#20464
8337723: Remove redundant tests from com/sun/security/sasl/gsskerb#20464fguallini wants to merge 6 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back fguallini! A progress list of the required criteria for merging this PR into |
|
@fguallini 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 178 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. 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 (@rhalade) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
|
@fguallini The following labels will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing lists. If you would like to change these labels, use the /label pull request command. |
|
@fguallini Unknown command |
|
/label remove core-libs |
|
@fguallini |
|
@fguallini 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 add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
|
Hi, |
|
@fguallini 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 add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
|
Bump, still looking for a review 🙏 |
|
@fguallini 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 add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
|
@fguallini This pull request has been inactive for more than 8 weeks and will now be automatically closed. If you would like to continue working on this pull request in the future, feel free to reopen it! This can be done using the |
|
/open |
|
@fguallini This pull request is now open |
|
@fguallini this pull request can not be integrated into git checkout 8337723
git fetch https://git.openjdk.org/jdk.git master
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge master"
git push |
|
|
|
@fguallini 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. |
|
Force pushed to remove an incorrect commit from the branch |
|
/integrate |
|
@fguallini |
|
/sponsor |
|
Going to push as commit f979f72.
Your commit was automatically rebased without conflicts. |
|
@rhalade @fguallini Pushed as commit f979f72. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
There are 3 manual GSS-API/Kerberos tests that require a manual setup and were added to the problem list years ago:
These tests need manual setup of a KDC environment, service/user principals, keytabs, JAAS configuration, and script adjustments. All that is time consuming and error prone. These do not fail if configured properly.
In contrast, the automated test sun/security/krb5/auto/SaslBasic already covers these scenarios and sets up the KDC with the necessary principals automatically, no manual setup is required. This class starts a simple KDC with one realm, several typical principal names, generates krb5.conf and keytab files, and setup a JAAS login config file.
I've enhanced SaslBasic to include additional wrap/unwrap checks with and without a security layer. As a result, the 3 manual tests and their associated files are now redundand and can be removed, as they no longer provide additional value.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/20464/head:pull/20464$ git checkout pull/20464Update a local copy of the PR:
$ git checkout pull/20464$ git pull https://git.openjdk.org/jdk.git pull/20464/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 20464View PR using the GUI difftool:
$ git pr show -t 20464Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/20464.diff
Using Webrev
Link to Webrev Comment