-
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
Mutiple starts of Quarkus during Test execution (works in 3.15.1) #44497
Labels
Milestone
Comments
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
Interesting that this worked with |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Nov 15, 2024
I opened #44532 as a draft to CI what CI says. If it works, I'll need to add a proper test as well |
gsmet
added a commit
that referenced
this issue
Nov 19, 2024
Consider resources from @testprofile when checking for restart
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Nov 19, 2024
Closes: quarkusio#44497 (cherry picked from commit 7776de9)
holly-cummins
added a commit
to holly-cummins/quarkus
that referenced
this issue
Dec 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: