kaos

Crates.iokaos
lib.rskaos
version0.1.1-alpha.2
sourcesrc
created_at2020-03-04 13:06:28.363232
updated_at2020-03-08 12:37:14.743317
descriptionChaotic testing harness
homepage
repositoryhttps://github.com/vertexclique/kaos
max_upload_size
id215324
size68,686
Theo M. Bulut (vertexclique)

documentation

https://docs.rs/kaos

README

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.


Get started!
Commit count: 18

cargo fmt