Open ennishol opened 8 months ago
Describe the bug I've created a simple quarkus 3.8.2 app with java 21 and some quick perf tests on top of @QuarkusTest. I'm not sure if quarkus is supported at all, but if it is then here is the reproducer:
@QuarkusTest
To Reproduce quarkus-demo.tar.gz unpack and run tests with ./mvnw verify
./mvnw verify
Expected behavior No exceptions without traces thrown
Actual behavior Exceptions and no traces in logs
[ERROR] Errors: [ERROR] GreetingResourceTest.testHelloEndpoint » Connect Connection refused [ERROR] GreetingsTest.testGreetingsTest » NullPointer
Versions
The SQL annotations are supposed to work with Quarkus but not the JVM ones. Could you spot what is different between your example and this one?
Describe the bug I've created a simple quarkus 3.8.2 app with java 21 and some quick perf tests on top of
@QuarkusTest
. I'm not sure if quarkus is supported at all, but if it is then here is the reproducer:To Reproduce quarkus-demo.tar.gz unpack and run tests with
./mvnw verify
Expected behavior No exceptions without traces thrown
Actual behavior Exceptions and no traces in logs
Versions