If we build the package with command “mvn clean install“, then package build and test successful.
But if we use individual commands for build(mvn clean install -DskipTests) and test(mvn test) then it gives test failure.
Environment
used ubi8.7 container on ppc64le architecture
Attachments
1
Activity
Andrea Aime
July 6, 2023 at 12:36 PM
Wondering if it’s the ppc64le architecture that’s causing the test failure, ot the version of Java for it… GeoServer is continuously tested on Windows, OSX, and Linux on x86 architecture.
The test failing expects something of this sort:
By the failure, it seems the “resource” key is not returning a JSON array, for whatever reason.
Ian Turton
July 5, 2023 at 1:17 PM
The GeoServer build is continuously tested by the build server and before any check in of a PR.
If you are having local problems with the build then it is likely to be a local problem
If we build the package with command “mvn clean install“, then package build and test successful.
But if we use individual commands for build(mvn clean install -DskipTests) and test(mvn test) then it gives test failure.