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
openjdk version "11.0.12" 2021-07-20 OpenJDK Runtime Environment GraalVM CE 21.2.0 (build 11.0.12+6-jvmci-21.2-b08) OpenJDK 64-Bit Server VM GraalVM CE 21.2.0 (build 11.0.12+6-jvmci-21.2-b08, mixed mode, sharing)
GraalVM version (if different from Java)
21.2.0
Quarkus version or git rev
2.2.2.Final
Build tool (ie. output of mvnw --version or gradlew --version)
Gradle 7.2
Additional information
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
@Nested
test of a test annotated with@QuarkusTest
and@TestInstance(TestInstance.Lifecycle.PER_CLASS)
is run with a new instance of its outer test.Expected behavior
No response
Actual behavior
No response
How to Reproduce?
Edit: same test in Java, makes no difference.
Output of
uname -a
orver
Linux ***** 5.14.2-arch1-2 #1 SMP PREEMPT Thu, 09 Sep 2021 09:42:35 +0000 x86_64 GNU/Linux
Output of
java -version
openjdk version "11.0.12" 2021-07-20 OpenJDK Runtime Environment GraalVM CE 21.2.0 (build 11.0.12+6-jvmci-21.2-b08) OpenJDK 64-Bit Server VM GraalVM CE 21.2.0 (build 11.0.12+6-jvmci-21.2-b08, mixed mode, sharing)
GraalVM version (if different from Java)
21.2.0
Quarkus version or git rev
2.2.2.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Gradle 7.2
Additional information
No response
The text was updated successfully, but these errors were encountered: