-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
JDK-8226420: sun/tools/jstatd tests failed with Port already in use #15546
Conversation
👋 Welcome back amenkov! A progress list of the required criteria for merging this PR into |
@alexmenkov To determine the appropriate audience for reviewing this pull request, one or more labels corresponding to different subsystems will normally be applied automatically. However, no automatic labelling rule matches the changes in this pull request. In order to have an "RFR" email sent to the correct mailing list, you will need to add one or more applicable labels manually using the /label pull request command. Applicable Labels
|
/label serviceability |
@plummercj |
|
/issue JDK-8315563 |
@alexmenkov |
/issue remove JDK-8226420 |
@alexmenkov The issue |
Logic to detect "port in use" case and retry was implemented in the test by JDK-8240711.
Infra issue with some test host when system software listened on port 1099 was resolved long time ago.
So JDK-8226420 has been closed as a duplicate.
The fix removes references to 8226420 from problemlist (the tests remain problemlisted due other issues).
Progress
Issues
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/15546/head:pull/15546
$ git checkout pull/15546
Update a local copy of the PR:
$ git checkout pull/15546
$ git pull https://git.openjdk.org/jdk.git pull/15546/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 15546
View PR using the GUI difftool:
$ git pr show -t 15546
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/15546.diff
Webrev
Link to Webrev Comment