-
Notifications
You must be signed in to change notification settings - Fork 6.1k
8359339: applications/jcstress tests should report SkippedException when can not resolve jcstress.jar #26345
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
Conversation
…hen can not resolve jcstress.jar
👋 Welcome back syan! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
@sendaoYan To determine the appropriate audience for reviewing this pull request, one or more labels corresponding to different subsystems will normally be applied automatically. However, no automatic labelling rule matches the changes in this pull request. In order to have an "RFR" email sent to the correct mailing list, you will need to add one or more applicable labels manually using the /label pull request command. Applicable Labels
|
/label add hotspot-runtime |
@sendaoYan |
I don't agree. If the jar is not found then you have a configuration/setup error. You need to know that. An Error makes you aware of the problem. Skipping won't be noticed unless you analyze SkippedException the same way you analyze errors - in which case just keep it an error. |
Thanks @dholmes-ora. I think you are right, I will close this PR and the issue as 'not a issue' |
But I found that there is no document to say how to run the application/jcstress tests, Should we update the file test/hotspot/jtreg/applications/jcstress/README |
Sure, that would be useful. |
I have created a new PR #26369 to update the document. |
Hi all,
I think it's more elegant that applications/jcstress tests report SkippedException when can not resolve jcstress.jar, rather than report test failure. Change has been verified locally, test-fix only, no risk.
Tests:
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/26345/head:pull/26345
$ git checkout pull/26345
Update a local copy of the PR:
$ git checkout pull/26345
$ git pull https://git.openjdk.org/jdk.git pull/26345/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 26345
View PR using the GUI difftool:
$ git pr show -t 26345
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/26345.diff
Using Webrev
Link to Webrev Comment