Simulate Unavailability #670
Unanswered
rahultaneja1534
asked this question in
Q&A
Replies: 1 comment
|
Hi @rahultaneja1534,
I think that if you have any particular failure in mind, you could share your expectations, and we can think about a way to make it happen. In general I support the idea to extend the built-in features with failure simulation mechanisms wherever possible. |
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.
Does
gnmockprovide capability to simulate temporary unavailability of the used component? I am currently usingRabbitMQandMySQLand would like to test how the my application behaves when one of these components aren't available for some time.All reactions