Closed sberyozkin closed 1 month ago
surefire:3.5.0:test (default-test) @ quarkus-integration-test-oidc-wiremock ---
[INFO] Loaded from the build cache, saving 39.089s
Seems to be a problem
It's actually a feature not a problem :). That's the whole purpose of the cache: it will only run the tests if you made some changes.
Now, it's indeed annoying when trying to reproduce a flaky test or testing test stability. That's why you can bypass the cache by adding -Dno-build-cache
to your Maven command line.
It's documented in this section: https://github.com/quarkusio/quarkus/blob/main/CONTRIBUTING.md#develocity-build-cache .
Thanks for the explanation @gsmet 👍
Describe the bug
I've been seeing it periodically, sometimes, I just can't get the tests running again, for example:
I've run
mvn clean
first, then I changed the test source just to get it recompiled, the tests do not runExpected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response