8361751: Test sun/tools/jcmd/TestJcmdSanity.java timed out on Windows#26358
8361751: Test sun/tools/jcmd/TestJcmdSanity.java timed out on Windows#26358alexmenkov wants to merge 1 commit intoopenjdk:masterfrom
Conversation
|
/label add serviceability |
|
👋 Welcome back amenkov! A progress list of the required criteria for merging this PR into |
|
@alexmenkov 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 51 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
|
@alexmenkov |
dholmes-ora
left a comment
There was a problem hiding this comment.
Okay, but are there other tests we have missed here?
I'm wondering what the value of "streaming output" is when it can lead to deadlocks? Is this just a test problem?
Thanks
I'd say this tests was missed in https://bugs.openjdk.org/browse/JDK-8354461 fix.
"Streaming output" means attach operation output is not buffered, but is sent to the client while the handler produce it. |
|
/integrate |
|
Going to push as commit a3843e8.
Your commit was automatically rebased without conflicts. |
|
@alexmenkov Pushed as commit a3843e8. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Tests which run serviceability tools to attach to the main test process can get deadlock with streaming output (see #24672 )
The fix disables attach streaming output for tests in jdk/sun/tools/jcmd
Testing: tier6, tier7
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/26358/head:pull/26358$ git checkout pull/26358Update a local copy of the PR:
$ git checkout pull/26358$ git pull https://git.openjdk.org/jdk.git pull/26358/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 26358View PR using the GUI difftool:
$ git pr show -t 26358Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/26358.diff
Using Webrev
Link to Webrev Comment