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: 4 months ago
JSON representation
Chaotic Testing Harness
- Host: GitHub
- URL: https://github.com/vertexclique/kaos
- Owner: vertexclique
- License: apache-2.0
- Created: 2020-03-07T00:38:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-09T16:19:53.000Z (almost 5 years ago)
- Last Synced: 2024-10-07T22:12:08.485Z (4 months ago)
- Topics: chaos-engineering, chaotic-testing, resilience-testing, test-harness
- Language: Rust
- Homepage:
- Size: 437 KB
- Stars: 58
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
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).