-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Gradle quarkusIntTest does not execute regular tests since 3.22 #48048
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
/cc @glefloch, @quarkusio/devtools |
This was actually changed in #46676 as a response to #44383. @aloubyansky I assume this change of behavior was intentional? |
If the change is intentional, then it would be great if the docs were updated at https://quarkus.io/guides/gradle-tooling#running-integration-tests and to mention in the migration guide since it breaks previous behaviour. |
@ls-bit you're right, we should document it. It was indeed an intentional change. We need to make sure |
@ls-bit would you be interested in contributing the docs fix? |
Thanks for the feedback! Yeah, i can try to prepare a PR. Hopefully, i will find some time later this week |
🙏🏽 |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Since 3.22 running
./gradlew quarkusIntTest
does not run@QuarkusTest
or JUnit tests anymore.Before 3.22 the task ran all tests, as described in the docs:
Expected behavior
./gradlew quarkusIntTest
runs@QuarkusIntegrationTest
and@QuarkusTest
testsActual behavior
./gradlew quarkusIntTest
only runs@QuarkusIntegrationTest
testsHow to Reproduce?
GreetingResourceTest
to fail./gradlew quarkusIntTest
-> build does not failOutput of
uname -a
orver
Microsoft Windows [Version 10.0.26100.3775]
Output of
java -version
openjdk version "21.0.2" 2024-01-16 OpenJDK Runtime Environment GraalVM CE 21.0.2+13.1 (build 21.0.2+13-jvmci-23.1-b30) OpenJDK 64-Bit Server VM GraalVM CE 21.0.2+13.1 (build 21.0.2+13-jvmci-23.1-b30, mixed mode, sharing)
Quarkus version or git rev
3.22.3
Build tool (ie. output of
mvnw --version
orgradlew --version
)Gradle 8.13
Additional information
No response
The text was updated successfully, but these errors were encountered: