-
Updated
Mar 10, 2022
chaos-testing
Here are 41 public repositories matching this topic...
Capability Questions
Issue Description
Question
Describe what happened (or what feature you want)
Trying to evaluate ChaosBlade as an option for resiliency testing. But I'm not sure if this is a feature request or a question. Actually, two questions:
- Does ChaosBlade support Azure, or can it be extended to support Azure?
- Can ChaosBlade inject failures into a Platform as a Service (Pa
We can add an upgrade/downgrade command for litmusctl binary, it can look at the matrix of versions in a file and upgrade/downgrade according to the user's choice.
example
- litmusctl upgrade v0.5.0
- litmusctl downgrade v0.4.0
-
Updated
Mar 23, 2022 - Go
-
Updated
Apr 11, 2022 - Java
-
Updated
Jan 10, 2022 - Python
-
Updated
Apr 22, 2022 - C
-
Updated
Apr 23, 2022 - Java
users may forget to recover network experiment, we can add a new flag to recover all network experiment
-
Updated
Apr 2, 2021 - Makefile
-
Updated
Aug 20, 2020 - Go
-
Updated
Feb 8, 2022 - TypeScript
-
Updated
Jun 29, 2021 - Go
-
Updated
Jun 5, 2020
-
Updated
Apr 21, 2020 - Python
-
Updated
Jul 16, 2019 - Python
-
Updated
Jan 15, 2020 - Python
-
Updated
Feb 28, 2018 - F#
-
Updated
Apr 26, 2022 - TypeScript
-
Updated
Feb 17, 2022 - Rust
-
Updated
Oct 10, 2018 - C#
-
Updated
Feb 18, 2022
-
Updated
Aug 19, 2021 - Java
-
Updated
Apr 21, 2022 - Java
-
Updated
May 17, 2021 - Java
-
Updated
Apr 19, 2020 - Java
-
Updated
Feb 26, 2019 - MATLAB
Improve this page
Add a description, image, and links to the chaos-testing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the chaos-testing topic, visit your repo's landing page and select "manage topics."
The library
controller-runtimerequires setting a logger (bylog.SetLogger()) at the first 30s when the application starts, or it would use the defaultNullLogSink. We should also call it in testing codes.When we test with ginkgo, ginkgo provides a helpful
GinkgoWriter, which hides the output as default, only prints it when the test failed. We'd better use it to keep our testing output