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

UPSTREAM_JOB_NUMBER and UPSTREAM_TEST_JOB_NUMBER missing causing NumberFormatException #4972

Closed
smlambert opened this issue Jan 16, 2024 · 2 comments · Fixed by #5004
Closed
Assignees

Comments

@smlambert
Copy link
Contributor

smlambert commented Jan 16, 2024

In certain cases, UPSTREAM_JOB_NUMBER and UPSTREAM_TEST_JOB_NUMBER do not get copied into rebuild parameters when rerun in Grinder. This culminates in Exception: java.lang.NumberFormatException: For input string: "".

Example: https://ci.adoptium.net/job/Grinder/8493/ which is a rerun in Grinder

This does not happen in all cases/paths, need to determine when this occurs and when does not.

@smlambert
Copy link
Contributor Author

Example:
https://ci.adoptium.net/job/Test_openjdk21_hs_sanity.openjdk_x86-64_linux/155/ when trying to launch jdk_custom targets from that pipeline in https://ci.adoptium.net/job/Grinder/8538/, see same issue

@sophia-guo
Copy link
Contributor

The failed testcase name includes #. All parameters after custom_target are cut. Need to use URLEncoder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants