Skip to content

Native integration tests depending on Oracle DB are failing on AArch64 #49718

@zakkak

Description

@zakkak

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

305d233

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions