We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the build https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_sanity.openjdk_s390x_linux_OpenJDK11/66/ The link for Rerun failed jdk test cases in Grinder with jdk_custom target doesn't set BUILD_LIST properly. Although it does contain BUILD_LIST=openjdk, when you open the link the BUILD_LIST is set to functional.
BUILD_LIST=openjdk
The text was updated successfully, but these errors were encountered:
For comparison, this build works fine https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_sanity.openjdk_x86-64_mac_OpenJDK11/63/ Rerun failed jdk test cases in Grinder with jdk_custom target
Sorry, something went wrong.
The problematic link contains CUSTOM_TARGET=java/lang/ProcessBuilder/Basic.java#id0. The special character # breaks the URL link. The CUSTOM_TARGET value has to be encoded. See https://github.com/adoptium/aqa-tests/blob/master/buildenv/jenkins/JenkinsfileBase#L1054
CUSTOM_TARGET=java/lang/ProcessBuilder/Basic.java#id0
#
CUSTOM_TARGET
@sophia-guo could you fix this? Thanks
Encoding is one thing. The reason it worked on mac is the test job on mac has default BUILT_LIST=openjdk while on s390 default BUILD_LIST=functional.
The other thing is jtreg won't work when specify test case suffixed by #id/d{1,}. Update the CUSTOM_TARGET to remove that and no need to encoding it.
sophia-guo
Successfully merging a pull request may close this issue.
In the build https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_sanity.openjdk_s390x_linux_OpenJDK11/66/
The link for Rerun failed jdk test cases in Grinder with jdk_custom target
doesn't set BUILD_LIST properly. Although it does contain
BUILD_LIST=openjdk
, when you open the link the BUILD_LIST is set to functional.The text was updated successfully, but these errors were encountered: