quarkus dev (continous testing) mode fails to report ConstraintViolation - while the same is reported correctly with quarkus test (devservices) #33650
Unanswered
akil-rails
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a pretty straightforward rest-client as follows:
with a corresponding model
and a test to force a constraint violation
When I run
quarkus test
the constraint violation is logged in the consoleBut when I run
quarkus dev
and execution the tests, there's an runtime error that gets reportedI've pushed a repo with the entire project : https://github.com/akil-rails/quarkus-validation
How do I get the quarkus dev mode to report the same exception ?
Beta Was this translation helpful? Give feedback.
All reactions