Smallrye fault tolerance mocking #32808
Unanswered
nshojaedin
asked this question in
Q&A
Replies: 2 comments
-
/cc @Ladicek (fault-tolerance,smallrye), @jmartisk (smallrye), @phillip-kruger (smallrye), @radcortez (smallrye) |
Beta Was this translation helpful? Give feedback.
0 replies
-
I assume you want to trigger the fault and hence test that fault tolerance works as expected. I'm afraid that is not possible at the moment, and I'm not sure how could something like this be made. If you have any ideas how an API for "mocking the faulty behavior" would look like, I'm all ears -- maybe we can figure something out. |
Beta Was this translation helpful? Give feedback.
0 replies
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 am trying to unit test a method which has Fallback, Timeout, and Circuit Breaker fault tolerance resiliencies. I am wondering if mocking faulty behavior to simulate these annotations is possible at all?
Beta Was this translation helpful? Give feedback.
All reactions