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
[ERROR] Errors:
[ERROR] GreetingResourceTest.testHelloEndpoint » Connect Connection refused
[ERROR] GreetingsTest.testGreetingsTest » NullPointer
Versions
- QuickPerf 1.1.0
- JDK: 21 corretto
- OS: Win WSL2
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 verifyExpected behavior
No exceptions without traces thrown
Actual behavior
Exceptions and no traces in logs
Versions