Skip to content

8249824: s/n/w/p/https/HttpsURLConnection/CloseKeepAliveCached.java uses @ignore w/o bugid #23469

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

myankelev
Copy link
Member

@myankelev myankelev commented Feb 5, 2025

  • fully automated the test
  • removed the race condition
  • client on a thread and server on a thread options are now run together automatically

Progress

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue

Issue

  • JDK-8249824: s/n/w/p/https/HttpsURLConnection/CloseKeepAliveCached.java uses @ignore w/o bugid (Sub-task - P4)

Reviewers

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/23469/head:pull/23469
$ git checkout pull/23469

Update a local copy of the PR:
$ git checkout pull/23469
$ git pull https://git.openjdk.org/jdk.git pull/23469/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 23469

View PR using the GUI difftool:
$ git pr show -t 23469

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/23469.diff

Using Webrev

Link to Webrev Comment

…va uses @ignore w/o bugid

* fully automated the test
* removed the race condition
* client on a thread and server on a thread options are now run together automatically
@bridgekeeper
Copy link

bridgekeeper bot commented Feb 5, 2025

👋 Welcome back myankelev! 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.

@openjdk
Copy link

openjdk bot commented Feb 5, 2025

@myankelev This change is no longer ready for integration - check the PR body for details.

@openjdk openjdk bot changed the title JDK-8249824: s/n/w/p/https/HttpsURLConnection/CloseKeepAliveCached.java uses @ignore w/o bugid 8249824: s/n/w/p/https/HttpsURLConnection/CloseKeepAliveCached.java uses @ignore w/o bugid Feb 5, 2025
@openjdk openjdk bot added the rfr Pull request is ready for review label Feb 5, 2025
@openjdk
Copy link

openjdk bot commented Feb 5, 2025

@myankelev The following labels will be automatically applied to this pull request:

  • net
  • security

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.

@mlbridge
Copy link

mlbridge bot commented Feb 5, 2025

Webrevs

Copy link
Member

@dfuch dfuch left a comment

Choose a reason for hiding this comment

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

The new logic looks good to me. Please wait for a review from someone from security libs before integrating.

@openjdk openjdk bot added the ready Pull request is ready to be integrated label Feb 5, 2025
Copy link
Member

@dfuch dfuch left a comment

Choose a reason for hiding this comment

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

And implementing the suggested changes would be good...

@openjdk openjdk bot removed the ready Pull request is ready to be integrated label Feb 5, 2025
Co-authored-by: Daniel Fuchs <[email protected]>
@myankelev
Copy link
Member Author

And implementing the suggested changes would be good...

done, thanks

@myankelev myankelev requested a review from dfuch February 5, 2025 18:47
@openjdk openjdk bot added the ready Pull request is ready to be integrated label Feb 5, 2025
@openjdk openjdk bot removed the ready Pull request is ready to be integrated label Feb 6, 2025
@bridgekeeper
Copy link

bridgekeeper bot commented Mar 6, 2025

@myankelev 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!

@myankelev
Copy link
Member Author

Still in review

@bridgekeeper
Copy link

bridgekeeper bot commented Apr 4, 2025

@myankelev 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!

@myankelev
Copy link
Member Author

Still needs a security libraries approval

@bridgekeeper
Copy link

bridgekeeper bot commented May 6, 2025

@myankelev 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!

@myankelev
Copy link
Member Author

Still needs a security libraries approval

@rhalade
Copy link
Member

rhalade commented May 8, 2025

I understand this is a old test and it is not in scope of this bug to update existing code. But there are few issues in this test that should be addressed, for instance, use of deprecated URL, old style threads, old code styles, typos etc. Can you please check the complete test code as if you are to rewrite?

@myankelev
Copy link
Member Author

I understand this is a old test and it is not in scope of this bug to update existing code. But there are few issues in this test that should be addressed, for instance, use of deprecated URL, old style threads, old code styles, typos etc. Can you please check the complete test code as if you are to rewrite?

Updated the code

@bridgekeeper
Copy link

bridgekeeper bot commented Jun 5, 2025

@myankelev 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

4 participants