-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
base: master
Are you sure you want to change the base?
Conversation
…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
👋 Welcome back myankelev! A progress list of the required criteria for merging this PR into |
@myankelev This change is no longer ready for integration - check the PR body for details. |
@myankelev 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. |
Webrevs
|
There was a problem hiding this 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.
test/jdk/sun/net/www/protocol/https/HttpsURLConnection/CloseKeepAliveCached.java
Outdated
Show resolved
Hide resolved
test/jdk/sun/net/www/protocol/https/HttpsURLConnection/CloseKeepAliveCached.java
Outdated
Show resolved
Hide resolved
test/jdk/sun/net/www/protocol/https/HttpsURLConnection/CloseKeepAliveCached.java
Outdated
Show resolved
Hide resolved
test/jdk/sun/net/www/protocol/https/HttpsURLConnection/CloseKeepAliveCached.java
Outdated
Show resolved
Hide resolved
test/jdk/sun/net/www/protocol/https/HttpsURLConnection/CloseKeepAliveCached.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this 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...
Co-authored-by: Daniel Fuchs <[email protected]>
done, thanks |
test/jdk/sun/net/www/protocol/https/HttpsURLConnection/CloseKeepAliveCached.java
Outdated
Show resolved
Hide resolved
test/jdk/sun/net/www/protocol/https/HttpsURLConnection/CloseKeepAliveCached.java
Show resolved
Hide resolved
test/jdk/sun/net/www/protocol/https/HttpsURLConnection/CloseKeepAliveCached.java
Outdated
Show resolved
Hide resolved
@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! |
Still in review |
@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! |
Still needs a security libraries approval |
@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! |
Still needs a security libraries approval |
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 |
@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 |
Progress
Issue
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