4 releases

0.1.1-alpha.2 Mar 8, 2020
0.1.0 Mar 7, 2020
0.0.0 Mar 4, 2020

46 downloads per month
Used in 2 crates (via artillery-core)

Apache-2.0/MIT

57KB
1.5K SLoC

Chaotic Testing Harness

Build Status Latest Version Rust Documentation

Kaos is a chaotic testing harness to test your services against random failures. It allows you to add points to your code to crash sporadically and harness asserts availability and fault tolerance of your services by seeking minimum time between failures, fail points, and randomized runs.

Kaos is equivalent of Chaos Monkey for the Rust ecosystem. But it is more smart to find the closest MTBF based on previous runs. This is dependable system practice. For more information please visit Chaos engineering.

Dependencies

~2.7–4MB
~76K SLoC