chaostoolkit
chaostoolkit copied to clipboard
Chaos Engineering Toolkit & Orchestration for Developers
I try to run an experiment with variables configured in "configuration" `"configuration":{ "waitTime": 3 }` There it´s defined as Number Then I want to use this var in pauses `"pauses":{...
Current feature : Specify substitution values for configuration only using --var Problem Statement : I want to pass namespace or node id as variable from cli . How can i...
Using Kubernetes context 'default' from config '/home/interns_chaos/.kube/config' [2022-06-10 13:09:59 DEBUG] [probes:295] Found 0 failed and 0 not ready pods [2022-06-10 13:09:59 DEBUG] [activity:205] => succeeded with 'True' [2022-06-10 13:09:59 DEBUG]...
I am trying a few types of experiments (istio delay, abort etc.) which have an (1) initial hypothesis, (2) a method to delay/abort and then (3) a rollback step to...
**Is your feature request related to a problem? Please describe.** The Chaos Toolkit 'experiment format has become rich over the years. While the documentation has improved, it's not always easy...
https://github.com/chaostoolkit/chaostoolkit/blob/e34e610af88719ac51c2b1b0962801b44975d76a/setup.py#L12 You're doing an os.path.join (because of the OS separator) but already implying it by concatenating the sub-folder with the filename So, it should be: ``` path = os.path.join(os.path.dirname(__file__), "chaostoolkit",...
I have written python script for steady state hypothesis check. Script name is chaosSteadyStateTest.py and inside this multiple functions are there. I added a setup file and installed the script...
**Description:** When I use configuration values inside a list, such as tags or subnets_ids from the chasaws addon, json parse error occurs **python -V:** Python 3.11.7 **chaos.exe info core:** NAME...
i was trying to export the journal.json which was created by chaos experiment i encountered the below error i am using python 3.10. no matter how many times i re-created...