-
Notifications
You must be signed in to change notification settings - Fork 24
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
[Chaos Test] Failure Daemon #22
Comments
It may be possible to use gremlin for many of the faults. But gremlin is not free above a certain level. |
I agree. The fault injections can be done via a 3rd party tool, it does not need to be built "in-house". |
"Chaos" and "Longhaul" were conceptually separated a while back. Removing this issue from "Longhaul Tests" project, that is being filtered to only track longhaul issues. |
This service will trigger failures given a configuration.
To simulate a chaotic environment, some artificial failures will be injected. Restarts can be achieved by scaling service from 3 to 0 and then from 0 to 3. When a single POD is expected (placement service, for example), the rescaling should be from/to 1 instead.
See child issues for supported failure types.
Parent: #11
Implement in C#
The text was updated successfully, but these errors were encountered: