Skip to content
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

Quarkus tests not working with quick perf #219

Open
ennishol opened this issue Mar 16, 2024 · 1 comment
Open

Quarkus tests not working with quick perf #219

ennishol opened this issue Mar 16, 2024 · 1 comment
Labels
🐛 bug Something isn't working

Comments

@ennishol
Copy link

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
@ennishol ennishol added the 🐛 bug Something isn't working label Mar 16, 2024
@jeanbisutti
Copy link
Collaborator

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants