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
8246114: java/net/MulticastSocket/Promiscuous.java fails after 8241072 (multi-homed systems) #356
Conversation
…2 (multi-homed systems) Fixed the test - an IPv4 group cannot be joined from an interface that has no IPv4 address configured Reviewed-by: alanb, amlu
|
Patch applies clean |
@jmtd Please use PR title "Backport <sha-of-original-commit>". This will make the bots recognize it properly as a backport (and apply the "clean" label). |
Hi Jon, can you rename the PR title to "Backport <commit hash>" (0f43de9)? That way the bots will pick up the change and recognize it properly as a backport. It would also be nice to enable Github Actions on your repository to have some tier1 test results. Cheers |
@jmtd This has some useful info on backporting using the Git workflow: https://wiki.openjdk.java.net/display/JDKUpdates/How+to+contribute+a+fix |
@RealCLanger, @jerboaa thank you for your feedback. I've retitled the PR and enabled actions in my fork (although I haven't imported any actions to it, yet, perhaps I need to do that too. Investigating further). Severin wrote:
I've read that, but I hadn't realised that the I assume (since the page doesn't say otherwise) that steps 1-4 are required even for clean backports? |
This backport pull request has now been updated with issue and summary from the original commit. |
@jmtd This change now passes all automated pre-integration checks. 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 5 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the As you do not have Committer status in this project an existing Committer must agree to sponsor your change.
|
This backport pull request has now been updated with issue and summary from the original commit. |
It's not mandatory. But if you use that the default PR title will already what the bots need to recognize the backport pr (as opposed to a, say an 11-only PR). Strictly speaking it's the PR title that matters, not the commit message.
Yes. But with Github actions you'd get tier1 testing for free. |
/integrate |
Please only integrate once a 11u maintainer reponded on the jdk11u-fix-request label/comment on the bug. |
Now that you have enabled actions, they'll run the next time you push something. The workflow itself is defined in the .github/workflows/submit.yml file of your branch but since you started from a quite current master branch it should be included. |
/sponsor |
Going to push as commit 777039b.
Your commit was automatically rebased without conflicts. |
@RealCLanger @jmtd Pushed as commit 777039b. |
This is a test-only backport. This test fix was merged in 11.0.13-oracle.
The test started to fail in JDK mainline after JDK-8241072, but that change is not in-scope for jdk11u. The test in jdk11u right now passes (for me) before and after applying. The test fix seems reasonable to me despite the failure not triggering in 11u (yet?)
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk11u-dev pull/356/head:pull/356
$ git checkout pull/356
Update a local copy of the PR:
$ git checkout pull/356
$ git pull https://git.openjdk.java.net/jdk11u-dev pull/356/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 356
View PR using the GUI difftool:
$ git pr show -t 356
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk11u-dev/pull/356.diff