-
Notifications
You must be signed in to change notification settings - Fork 737
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
StringIndexOutOfBoundsException in addFailedTestsGrinderLink() #16763
Comments
Also found several failures: The earliest error that I could find was on Feb 9th. |
Also noticed the same failure in the internal build and it has more info: https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk19_j9_sanity.openjdk_ppc64_aix/99/console The error is in
|
Since this only happens in openjdk test build, I suspect this is related to PR adoptium/aqa-tests#4284 |
This happens when the failed test case name is not ended with java or sh. For example java/lang/Thread/virtual/stress/PinALot.java#id0. Will update the the tap file parser to include this scenario. |
adoptium/TKG#407 is delivered. The above issue should be resolved. Please reopen if the problem still occurs. |
I've been seeing some occurrences of the following. Not sure what's causing it.
https://openj9-jenkins.osuosl.org/job/Test_openjdk19_j9_sanity.openjdk_ppc64_aix_Nightly/116/console
Another https://openj9-jenkins.osuosl.org/job/Test_openjdk19_j9_sanity.openjdk_ppc64le_linux_Nightly/117/console
@llxia @AdamBrousseau
The text was updated successfully, but these errors were encountered: