Lan Xia
Lan Xia
The test pipeline will retry the download if a 3rd-party dependency is needed for the test execution. An initial `dacapo` download failure above is a warning and will not cause...
Close the issue as this is not a test pipeline problem.
Renaissance test downloads its own jar https://github.com/adoptium/aqa-tests/blob/4d9585fe185cfabceaf49b6688290db2fb90b0ee/perf/renaissance/build.xml#L37. It does not even use TKG getDependencies.
I do not see that a `customUrl` is set and used for non-system tests. Please check descriptions in https://github.com/adoptium/aqa-tests/issues/6461#issuecomment-3377796139 ``` 00:03:06.008 Custom URL: https://openj9-jenkins.osuosl.org/job/test.getDependency/lastSuccessfulBuild/artifact/ ``` ``` 00:03:34.431 [exec] Downloading jar...
Please also run extended.functional. Since we are using a new library `Try::Tiny`, please run sanity.functional on zos.
Could you fix `Closes : #6461` in both description and commit message? It should be using the full link`Closes: https://github.com/adoptium/aqa-tests/issues/6461`
tested in parallel: [extended.functional](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/55925/) and [sanity.functional](https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/55933/console) @Amrutha-Kanhirathingal, please fix failed cases in sanity.functional.
This PR should run on the master branch (not the release branch) to ensure all dependent tests are updated accordingly. @smlambert, I will leave it for you to merge.
@annaibm could you check if you can update the test for JDK26 https://github.com/adoptium/aqa-systemtest/blob/master/openjdk.test.classloading/src/test.classloading/net/adoptopenjdk/test/classloading/ClassMapHog.java? And check if the rest of the system tests can compile and run.
related: https://github.com/adoptium/aqa-tests/issues/5760