[jdk11u-dev] RFR: 8246114: java/net/MulticastSocket/Promiscuous.java fails after 8241072 (multi-homed systems)
Christoph Langer
clanger at openjdk.java.net
Thu Sep 16 15:19:44 UTC 2021
On Thu, 16 Sep 2021 11:48:38 GMT, Christoph Langer <clanger at openjdk.org> wrote:
>> 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?)
>
> Hi Jon,
>
> can you rename the PR title to "Backport <commit hash\>" (0f43de9f026d5405dd7a38799e499312ef8df890)? 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
> Christoph
> @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).
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.
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/356
More information about the jdk-updates-dev
mailing list