Skip to content
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

8269302: serviceability/dcmd/framework/InvalidCommandTest.java still fails after JDK-8268433 #4593

Closed
wants to merge 1 commit into from

Conversation

alexmenkov
Copy link

@alexmenkov alexmenkov commented Jun 25, 2021

Please review this trivial fix in the cycle condition.

The cycle should run until connection is established (connection.isConnected() returns true) or error occurred (error != null)
This wrong condition causes test error if ListenerThread.getConnection() reaches "synchronized (this)" section earlier than ListenerThread.run()


Progress

  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue
  • Change must be properly reviewed

Issue

  • JDK-8269302: serviceability/dcmd/framework/InvalidCommandTest.java still fails after JDK-8268433

Reviewers

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk pull/4593/head:pull/4593
$ git checkout pull/4593

Update a local copy of the PR:
$ git checkout pull/4593
$ git pull https://git.openjdk.java.net/jdk pull/4593/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 4593

View PR using the GUI difftool:
$ git pr show -t 4593

Using diff file

Download this PR as a diff file:
https://git.openjdk.java.net/jdk/pull/4593.diff

@bridgekeeper
Copy link

bridgekeeper bot commented Jun 25, 2021

👋 Welcome back amenkov! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk openjdk bot added the rfr Pull request is ready for review label Jun 25, 2021
@openjdk
Copy link

openjdk bot commented Jun 25, 2021

@alexmenkov The following label will be automatically applied to this pull request:

  • serviceability

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.

@openjdk openjdk bot added the serviceability serviceability-dev@openjdk.org label Jun 25, 2021
@mlbridge
Copy link

mlbridge bot commented Jun 25, 2021

Webrevs

Copy link
Member

@dholmes-ora dholmes-ora left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

@dcubed-ojdk
Copy link
Member

@alexmenkov - would you mind withdrawing this PR and creating a new PR against JDK17?
We're seeing these test failures in the JDK17 CI also. I've bumped the priority of the bug
from P4 -> P3 since we're seeing Tier3 test failures.

@alexmenkov
Copy link
Author

@alexmenkov - would you mind withdrawing this PR and creating a new PR against JDK17?
We're seeing these test failures in the JDK17 CI also. I've bumped the priority of the bug
from P4 -> P3 since we're seeing Tier3 test failures.

Makes sense.
Will do

@alexmenkov alexmenkov closed this Jun 25, 2021
@alexmenkov alexmenkov deleted the nsk_dcmd_ready branch June 25, 2021 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rfr Pull request is ready for review serviceability serviceability-dev@openjdk.org
4 participants