-
Notifications
You must be signed in to change notification settings - Fork 143
8268776: Test ADatagramSocket.java
missing /othervm from @run tag
#75
Conversation
👋 Welcome back pconcannon! A progress list of the required criteria for merging this PR into |
@pconcannon This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. 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 no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
@pconcannon The following label 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 list. If you would like to change these labels, use the /label pull request command. |
/integrate |
Going to push as commit 7d7bdbe.
Your commit was automatically rebased without conflicts. |
@pconcannon Pushed as commit 7d7bdbe. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Hi,
Could someone please review my change to the test
test/jdk/java/net/DatagramSocket/SetDatagramSocketImplFactory/ADatagramSocket.java
? The test is missing/othervm
from its @run jtreg test tag, which risks polluting other tests that run in that VM.Currently, any test that runs without
/othervm
after this test would find theDatagramSocketImpl
factory created by this test, and therefore any call made to newDatagramSocket()
would return/use aNetMulticastSocket
instead ofDatagramSocketAdaptor
. This could make tests that createDatagramSocket
/MulticastSocket
fail intermittently in unexplainable ways. Adding in/othervm
to the @run tag will avoid this problem.Kind regards,
Patrick
Progress
Issue
ADatagramSocket.java
missing /othervm from @run tagReviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk17 pull/75/head:pull/75
$ git checkout pull/75
Update a local copy of the PR:
$ git checkout pull/75
$ git pull https://git.openjdk.java.net/jdk17 pull/75/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 75
View PR using the GUI difftool:
$ git pr show -t 75
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk17/pull/75.diff