Skip to content

Chaos engineering in real projects #2081

Closed Answered by vany0114
vadzim-z asked this question in Q&A
Discussion options

You must be logged in to vote

@vadzim-z Regression and unit testing have different purposes and they are usually used in the development lifecycle of your application such as in CI/CD pipelines as you mentioned, regression testing is meant to detect bugs after changes, ensuring that the new code hasn't adversely affected existing functionalities, Chaos engineering, however, is about ensuring the system's robustness against unpredictable events.

On the other hand, tools specialized in network conditions or external service simulation like "Dev Proxy" are indeed great where external dependencies are a factor. However, chaos engineering does not come down to only networking or external dependency failures, how about faul…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@vadzim-z
Comment options

Answer selected by vadzim-z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants