8368493: Disable most test JSSE debug output by default, and increase the test default maximum output log size
See the bug for more info. This will allow for:
- extra/unneeded JSSE debug output will not be added to each test run, saving space and noise.
- make it easier to get the full JSSE debug output when enabled.
Progress
- [x] Change must be properly reviewed (1 review required, with at least 1 Reviewer)
- [x] Change must not contain extraneous whitespace
- [x] Commit message must refer to an issue
Issue
- JDK-8368493: Disable most test JSSE debug output by default, and increase the test default maximum output log size (Bug - P4)
Reviewers
- Jamil Nimeh (@jnimeh - Reviewer)
- Hai-May Chao (@haimaychao - Reviewer)
Reviewing
Using git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/27455/head:pull/27455
$ git checkout pull/27455
Update a local copy of the PR:
$ git checkout pull/27455
$ git pull https://git.openjdk.org/jdk.git pull/27455/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 27455
View PR using the GUI difftool:
$ git pr show -t 27455
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/27455.diff
Using Webrev
:wave: Welcome back wetmore! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.
@bradfordwetmore 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:
8368493: Disable most test JSSE debug output by default, and increase the test default maximum output log size
Reviewed-by: jnimeh, hchao
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 master branch. If another commit should be pushed before you perform the /integrate command, your PR will be automatically rebased. If you prefer to avoid any potential automatic rebasing, please check the documentation for the /integrate command for further details.
➡️ To integrate this PR with the above commit message to the master branch, type /integrate in a new comment.
@bradfordwetmore The following label will be automatically applied to this pull request:
-
security
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command.
Webrevs
- 05: Full - Incremental (701354b6)
- 04: Full - Incremental (ff64f6a6)
- 03: Full - Incremental (fa10bae1)
- 02: Full - Incremental (4fc4cfff)
- 01: Full - Incremental (9eb8091c)
- 00: Full (6bb3044d)
@bradfordwetmore 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 or /keepalive command to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration!
/touch
@bradfordwetmore The pull request is being re-evaluated and the inactivity timeout has been reset.
/integrate
Going to push as commit 87d881fee01c42f5847031a63d50873b3d438f7a.
Since your change was applied there have been 24 commits pushed to the master branch:
- 30be94086aad42b99a15a05fe5115f552e8efb8b: 8373625: CPUTimeCounters creates a total counter for unsupported GCs
- 2241218ef64ed6cb51f962f3ab6db1a766f1744f: 8373631: Improve classes in the "jdk.jpackage.internal.util.function" package
- fb99ba6ccd6e6d7a0e717a1b9f2a80402af5c661: 8373119: JDK 26 RDP1 L10n resource files update
- ... and 21 more: https://git.openjdk.org/jdk/compare/ad29642d8f4e8e0fb1223b14b85ab7841d7b1b51...master
Your commit was automatically rebased without conflicts.
@bradfordwetmore Pushed as commit 87d881fee01c42f5847031a63d50873b3d438f7a.
:bulb: You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.