-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
Milestone
Description
Describe the bug
docker-start
step is skipped when running integration tests depending on oracle db
[INFO] --- docker:0.46.0:start (docker-start) @ quarkus-integration-test-jpa-oracle ---
[INFO] DOCKER> [docker.io/gvenzl/oracle-free:23-slim-faststart]: Skipped running
due to docker.io/gvenzl/oracle-free:23-slim-faststart
getting segmentation faults on AArch64 according to #25832
This results in the integration tests to fail to connect to the DB and thus fail.
Expected behavior
Integration tests should pass or be entirely skipped.
Actual behavior
Integration tests fail.
How to Reproduce?
Run jpa-oracle native integration test on an AArch64 system.
./mvnw -Dstart-containers -Dtest-containers -Dnative -pl integation-tests/jpa-oracle install
Output of uname -a
or ver
No response
Output of java -version
No response
Quarkus version or git rev
Build tool (ie. output of mvnw --version
or gradlew --version
)
No response
Additional information
No response