-
Updated
May 10, 2022 - Go
fault-injection
Here are 96 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
Apr 27, 2022 - Go
-
Updated
Apr 29, 2022 - HTML
-
Updated
Apr 23, 2022 - Go
-
Updated
May 5, 2022 - C++
-
Updated
Jan 20, 2022 - C#
One problem with faulting programs under KRF is that KRF might decide to inject a fault during the dynamic link/load phase, aborting ld-linux.so
instead of the actual target image. This usually isn't helpful, since it doesn't indicate any mistakes in the target itself.
It should be possible to check the loaded program's name via the current
task, probably via comm
. We should use that (or
-
Updated
Apr 22, 2022 - C
-
Updated
Mar 16, 2019 - Dockerfile
-
Updated
May 2, 2022 - Python
-
Updated
May 7, 2022 - Python
-
Updated
May 29, 2018
-
Updated
Apr 1, 2022 - JavaScript
-
Updated
Jul 25, 2019 - MATLAB
-
Updated
Aug 14, 2020 - Python
-
Updated
Oct 29, 2018 - Python
-
Updated
Mar 27, 2017 - Python
-
Updated
May 9, 2022 - Go
-
Updated
Sep 4, 2018 - Scala
-
Updated
Feb 11, 2019
-
Updated
Jan 29, 2021 - C#
-
Updated
Jan 13, 2022 - Go
-
Updated
Feb 14, 2022 - Python
Improve this page
Add a description, image, and links to the fault-injection topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fault-injection topic, visit your repo's landing page and select "manage topics."
The library
controller-runtime
requires 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