Skip to content

io.quarkus.mongodb tests throw errors on Power (ppc64le) architecture #3423

@seth-priya

Description

@seth-priya

Describe the bug
Issues like
[INFO] Running io.quarkus.mongodb.ReactiveMongoClientTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 s <<< FAILURE! - in io.quarkus.mongodb.ReactiveMongoClientTest
[ERROR] io.quarkus.mongodb.ReactiveMongoClientTest Time elapsed: 0.001 s <<< ERROR!
java.lang.IllegalArgumentException: this version does not support 32Bit: V4_0:Linux:B32
are see while executing the tests for the target module

Expected behavior
The tests should pass without errors, ./mvnw clean install command should succeed

Actual behavior
./mvnw clean install succeeds if the tests are skipped but fails otherwise

To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/quarkusio/quarkus.git
cd quarkus
./mvnw clean install -Dmaven.test.failure.ignore=true
mvn install -rf :quarkus-mongodb-client

Configuration

# Add your application.properties here, if applicable.

Screenshots
(If applicable, add screenshots to help explain your problem.)

Environment (please complete the following information):

  • Output of uname -a or ver: Linux eb129a0a017e 3.10.0-957.12.2.el7.ppc64le Switch to the Maven distributed copy of the SubstrateVM annotations #1 SMP Fri Apr 19 17:11:56 EDT 2019 ppc64le ppc64le ppc64le GNU/Linux

  • Output of java -version: openjdk version "1.8.0_222"
    OpenJDK Runtime Environment (build 1.8.0_222-b10)
    OpenJDK 64-Bit Server VM (build 25.222-b10, mixed mode)

  • GraalVM version (if different from Java):

  • Quarkus version or git rev: master, fd67394

Additional context
(Add any other context about the problem here.)
Currently, trying to validate (build and test) on ppc64le. any pointers on areas that may need to change or have dependency on specific architecture or any external dependencies required here would be of great help.

Thank you!!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions