LongyuZhang
LongyuZhang
We build semeru image first use https://raw.githubusercontent.com/ibmruntimes/semeru-containers/ibm/17/jdk/ubi/ubi9/Dockerfile.open.releases.full, then based on this image, we use https://github.com/OpenLiberty/ci.docker/blob/main/releases/latest/beta/Dockerfile.ubi.openjdk21 to build openliberty image. Then we build pingperf checkpoint on top of it. Detailed steps...
Discussed with @hangshao0 , created the case to run 10 liberty servers simultaneously with a shared class cache, still didn't reproduce the error. Following are the steps tried: 1. Set...
> We saw this on Ubuntu 22.04 x86-64 machines. I doubt that is the difference, but thought I would point it out. Thanks for the info! Tested on ubuntu 22...
Steps to work on this issue: - remove the code related to reset `JDK_VERSION` ([code link](https://github.com/adoptium/aqa-tests/blob/2a4cdaf7678919a844d35ef9d8a9b4ad810cad9e/external/functional-test/test.sh#L26-L27)) - then run test `example_functional` in grinder ([code link](https://github.com/adoptium/aqa-tests/blob/2a4cdaf7678919a844d35ef9d8a9b4ad810cad9e/external/functional-test/playlist.xml#L43)), you will see the mismatch...
@sophiaxu0424 Could you work on this issue? Thanks.
The `tag_version` is still used in some external tests, e.g. `quarkus_quickstarts`, https://github.com/adoptium/aqa-tests/blob/11e5175abc73585d38c82d54cdb689c57fe45c8e/external/quarkus_quickstarts/test.properties#L10. Not sure if `EXTERNAL_REPO_BRANCH` was an alternative way to set it previously. @ShelleyLambert @sophia-guo Would you know about...
Hi @Hana3706 Usually you can `rebase` to keep the PR up-to-date with the upstream repo. For your current case, it might be easier to create a new branch with the...
@Hana3706 If you can rebase on the currently branch, it would be great. I suggested re-create new branch since you commits may already mixed with merged commits. So feel free...