Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/vertexclique/kaos

Chaotic Testing Harness
https://github.com/vertexclique/kaos

chaos-engineering chaotic-testing resilience-testing test-harness

Last synced: 3 months ago
JSON representation

Chaotic Testing Harness

Lists

README

        






Chaotic Testing Harness


[![Build Status](https://github.com/vertexclique/cuneiform/workflows/CI/badge.svg)](https://github.com/vertexclique/kaos/actions)
[![Latest Version](https://img.shields.io/crates/v/kaos.svg)](https://crates.io/crates/kaos)
[![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/kaos/)

**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](https://en.wikipedia.org/wiki/Chaos_engineering).





Get started!