Lan Xia

Results 427 comments of Lan Xia

Increase timeout for CryptoTests: https://github.com/adoptium/aqa-tests/pull/4339

We are using byte-buddy-1.14.12.jar https://github.com/adoptium/TKG/blob/master/scripts/getDependencies.pl#L78 We can try with the latest version `1.14.15` (https://mvnrepository.com/artifact/net.bytebuddy/byte-buddy/1.14.15) to see if this version works with JDK23.

> wondering if you have a jdk url link that is working, see CUSTOMIZED_SDK_URL in https://openj9-jenkins.osuosl.org/job/Test_openjdknext_j9_sanity.openjdk_x86-64_linux_Nightly/6/

@KapilPowar could you take a look at this issue? Thanks

`CFdumptest` is only enabled for JDK8. I think it is able to run against all versions. https://github.com/pshipton/openj9/blob/master/test/functional/VM_Test/playlist.xml#L167 @KapilPowar could you run `CFdumptest` on JDK11 and JDK17 when you have time?...

Thanks @KapilPowar . Could also run on other missing platforms in Grinder? Thanks

@KapilPowar if the Grinders pass, please create PR to reenable the tests. Thanks

I believe this issue can be closed.

@diyorbekibragimov are you still working on this? If not, that is ok. Just let us know. Thanks

Related to the env check, the test framework should also check micro-architectures and execute/skip tests accordingly. Frome example, some VectorAPI tests only run on Z13/Z14 or newer, CRIU portability tests...