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

Rerun in Grinder with failed test targets link does not capture all params #4049

Closed
llxia opened this issue Oct 18, 2022 · 5 comments
Closed
Labels

Comments

@llxia
Copy link
Contributor

llxia commented Oct 18, 2022

Describe the bug
Rerun in Grinder with failed test targets link on test job does not capture all parameters info. For example, in https://ci.adoptopenjdk.net/job/Test_openjdk11_hs_extended.openjdk_x86-64_mac/96/ , Rerun in Grinder with failed test targets link only has params for SDK_RESOURCE and TARGET : https://ci.adoptopenjdk.net/job/Grinder/parambuild/?SDK_RESOURCE=upstream&TARGET=testList+TESTLIST=jvm_compiler_0%20,jdk_net_1

It does not have all the params info and it will cause failure in Grinder: https://ci.adoptopenjdk.net/job/Grinder/5790/console

11:35:57  Exception: hudson.AbortException: Unable to find project for artifact copy: 
11:35:57  This may be due to incorrect project name or permission settings; see help for project name in job configuration.

Also, there is a space between tests in testList, which should be removed.

Expected behavior
It should capture all params same as Rerun in Grinder

Screenshots
image

@momanmalik
Copy link
Contributor

"Rerun in Grinder with failed test targets:" returns incorrect TESTLIST. Observed in: https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk11_j9_sanity.functional_aarch64_linux/285/.

current output: TARGET=testList+TESTLIST=stringConcatOptTest_0 (success rate: 0/3),stringConcatOptTest_1 (success rate: 0/3).

expected output example:
TARGET=testList+TESTLIST=jvm_compiler_0,jdk_net_1

@llxia
Copy link
Contributor Author

llxia commented Nov 7, 2022

re #4049 (comment), it is related to TKG_ITERATIONS. @renfeiw could you please take a look? Thanks

@smlambert
Copy link
Contributor

Now that TKG#373 is merged we should verify that this issue can be closed.

@renfeiw
Copy link
Contributor

renfeiw commented Nov 22, 2022

It generated the correct target in my grinder: https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/6208/ @momanmalik Could you please verify if this solves your issue?

@momanmalik
Copy link
Contributor

@renfeiw The issue appears to be resolved on my end.

@renfeiw renfeiw closed this as completed Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants