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
2022-07-22 10:51:39,102 INFO [org.jbo.threads] (main) JBoss Threads version 3.4.2.Final
Started
2022-07-22 10:51:41,301 INFO [org.jbo.threads] (main) JBoss Threads version 3.4.2.Final
2022-07-22 10:51:41,983 INFO [io.quarkus] (main) batch 1.0.0-SNAPSHOT on JVM (powered by Quarkus 2.9.2.Final) started in 3.667s. Listening on: http://localhost:8081
2022-07-22 10:51:41,983 INFO [io.quarkus] (main) Profile test activated.
2022-07-22 10:51:41,984 INFO [io.quarkus] (main) Installed features: [amazon-dynamodb, cdi, config-yaml, jacoco, kotlin, logging-json, rest-client, smallrye-context-propagation, smallrye-health, vertx]
2022-07-22 10:51:41,985 INFO [com.snc.ter.nae.car.RetryCardCreationRequestBatch] (main) Test
2022-07-22 10:51:42,009 INFO [io.quarkus] (main) batch stopped in 0.023s
The test resource stop() method is not called
Expected behavior
Stop method of test resource is called
Actual behavior
Stop method of test resource is not called
How to Reproduce?
No response
Output of uname -a or ver
Darwin LM-C02ZC045L415 21.5.0 Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:22 PDT 2022; root:xnu-8020.121.3~4/RELEASE_X86_64 x86_64
Output of java -version
openjdk version "17.0.1" 2021-10-19 LTS OpenJDK Runtime Environment Corretto-17.0.1.12.1 (build 17.0.1+12-LTS) OpenJDK 64-Bit Server VM Corretto-17.0.1.12.1 (build 17.0.1+12-LTS, mixed mode, sharing)
GraalVM version (if different from Java)
22.1.0
Quarkus version or git rev
2.9.2.Final
Build tool (ie. output of mvnw --version or gradlew --version)
Describe the bug
Considering this test :
And this test resource :
The output is :
The test resource stop() method is not called
Expected behavior
Stop method of test resource is called
Actual behavior
Stop method of test resource is not called
How to Reproduce?
No response
Output of
uname -a
orver
Darwin LM-C02ZC045L415 21.5.0 Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:22 PDT 2022; root:xnu-8020.121.3~4/RELEASE_X86_64 x86_64
Output of
java -version
openjdk version "17.0.1" 2021-10-19 LTS OpenJDK Runtime Environment Corretto-17.0.1.12.1 (build 17.0.1+12-LTS) OpenJDK 64-Bit Server VM Corretto-17.0.1.12.1 (build 17.0.1+12-LTS, mixed mode, sharing)
GraalVM version (if different from Java)
22.1.0
Quarkus version or git rev
2.9.2.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
Additional information
No response
The text was updated successfully, but these errors were encountered: