You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Quarkus 3.16.3 for every IT using @testprofile(IntegrationTestProfile.class) a new quarkus is started.
IntegrationTestProfile uses Kafka TestContainer.
[INFO] Running org.acme.GreetingResourceCopy1IT
....
2024-11-14 09:57:26,031 INFO [io.quarkus] (main) code-with-quarkus 1.0.0-SNAPSHOT on JVM (powered by Quarkus 3.16.3) started in 3.483s. Listening on: http://localhost:8081
....
[INFO] Running org.acme.GreetingResourceIT
2024-11-14 09:57:26,451 INFO [io.quarkus] (main) code-with-quarkus stopped in 0.013s
....
2024-11-14 09:57:30,134 INFO [io.quarkus] (main) code-with-quarkus 1.0.0-SNAPSHOT on JVM (powered by Quarkus 3.16.3) started in 3.240s. Listening on: http://localhost:8081
.....
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.930 s
[INFO] Finished at: 2024-11-14T09:57:30+01:00
[INFO] ------------------------------------------------------------------------
KaiSuchomel
changed the title
Mutiple starts of Qaurkus during Test execution (works in 3.15.1)
Mutiple starts of Quarkus during Test execution (works in 3.15.1)
Nov 14, 2024
Describe the bug
With Quarkus 3.16.3 for every IT using @testprofile(IntegrationTestProfile.class) a new quarkus is started.
IntegrationTestProfile uses Kafka TestContainer.
Expected behavior
When building (https://github.com/KaiSuchomel/quarkus-test) with 3.15.1 (quarkus315-branch) the following Output is done:
Only one Start
Actual behavior
When building (https://github.com/KaiSuchomel/quarkus-test) with 3.16.3 (main-branch) the following Output is done:
Two Starts
How to Reproduce?
see https://github.com/KaiSuchomel/quarkus-test
Output of
uname -a
orver
Darwin Mac-C6VD4H4XT3 24.1.0 Darwin Kernel Version 24.1.0: Thu Oct 10 21:00:32 PDT 2024; root:xnu-11215.41.3~2/RELEASE_ARM64_T6030 arm64
Output of
java -version
openjdk version "21.0.5" 2024-10-15 OpenJDK Runtime Environment Homebrew (build 21.0.5) OpenJDK 64-Bit Server VM Homebrew (build 21.0.5, mixed mode, sharing)
Quarkus version or git rev
3.16.3 vs 3.15.1
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937) Maven home: /opt/homebrew/Cellar/maven/3.9.9/libexec Java version: 21.0.5, vendor: Homebrew, runtime: /opt/homebrew/Cellar/openjdk@21/21.0.5/libexec/openjdk.jdk/Contents/Home Default locale: de_DE, platform encoding: UTF-8 OS name: "mac os x", version: "15.1", arch: "aarch64", family: "mac"
Additional information
No response
The text was updated successfully, but these errors were encountered: