项目作者: vertexclique

项目描述 :
Chaotic Testing Harness
高级语言: Rust
项目地址: git://github.com/vertexclique/kaos.git
创建时间: 2020-03-07T00:38:58Z
项目社区:https://github.com/vertexclique/kaos

开源协议:Other

下载






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.