-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Add QuarkusMainTest and QuarkusMainIntegrationTest #19891
Add QuarkusMainTest and QuarkusMainIntegrationTest #19891
Conversation
0b829af
to
5c63f10
Compare
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building 5c63f10
Full information is available in the Build summary check run. Failures⚙️ Gradle Tests - JDK 11 Windows #- Failing: integration-tests/gradle
📦 integration-tests/gradle✖
⚙️ JVM Tests - JDK 11 #- Failing: extensions/hibernate-orm/deployment
! Skipped: docs extensions/hibernate-envers/deployment extensions/hibernate-reactive/deployment and 82 more 📦 extensions/hibernate-orm/deployment✖
⚙️ JVM Tests - JDK 11 Windows #- Failing: integration-tests/smallrye-config
📦 integration-tests/smallrye-config✖
✖
✖
✖
⚙️ JVM Tests - JDK 16 #- Failing: integration-tests/smallrye-config
📦 integration-tests/smallrye-config✖
✖
✖
✖
|
independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/app/StartupAction.java
Outdated
Show resolved
Hide resolved
...ramework/junit5/src/main/java/io/quarkus/test/junit/QuarkusMainIntegrationTestExtension.java
Show resolved
Hide resolved
test-framework/common/src/main/java/io/quarkus/test/common/DefaultJarLauncher.java
Show resolved
Hide resolved
test-framework/common/src/main/java/io/quarkus/test/common/DefaultJarLauncher.java
Show resolved
Hide resolved
integration-tests/picocli-native/src/test/java/io/quarkus/it/picocli/PicocliTest.java
Show resolved
Hide resolved
5bb51c3
to
c7b689e
Compare
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building c7b689e
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 11 #- Failing: extensions/smallrye-reactive-messaging-kafka/deployment integration-tests/smallrye-config integration-tests/vault-app
! Skipped: docs integration-tests/kubernetes/quarkus-standard-way-kafka integration-tests/reactive-messaging-kafka and 1 more 📦 extensions/smallrye-reactive-messaging-kafka/deployment✖
✖
📦 integration-tests/smallrye-config✖
✖
📦 integration-tests/vault-app✖
⚙️ JVM Tests - JDK 11 Windows #- Failing: integration-tests/smallrye-config
📦 integration-tests/smallrye-config✖
✖
⚙️ JVM Tests - JDK 16 #- Failing: integration-tests/smallrye-config
📦 integration-tests/smallrye-config✖
✖
|
c7b689e
to
322a93f
Compare
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building 322a93f
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 11 #- Failing: extensions/vertx-http/deployment
! Skipped: core/test-extension/deployment docs extensions/agroal/deployment and 286 more 📦 extensions/vertx-http/deployment✖
⚙️ JVM Tests - JDK 16 #- Failing: extensions/vertx-http/deployment
! Skipped: core/test-extension/deployment docs extensions/agroal/deployment and 286 more 📦 extensions/vertx-http/deployment✖
⚙️ MicroProfile TCKs Tests #- Failing: tcks/resteasy-reactive
📦 tcks/resteasy-reactive✖ 📦 tcks/resteasy-reactive/target/testsuite/tests✖
|
These allow you to test running a command mode application to completion, and verify the outcome. Also coverts the Picocli tests to use this, rather than testing using a rest endpoint.
322a93f
to
c3baf65
Compare
Failing Jobs - Building c3baf65
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 11 Windows #- Failing: extensions/smallrye-reactive-messaging-amqp/deployment
! Skipped: docs integration-tests/reactive-messaging-amqp 📦 extensions/smallrye-reactive-messaging-amqp/deployment✖
|
I can't really see how this failure would be related, it was not on any previous runs. |
These allow you to test running a command mode application to
completion, and verify the outcome.
Also coverts the Picocli tests to use this, rather than testing using a
rest endpoint.