TCP proxy to simulate network and system conditions for resiliency testing
Toxiproxy is a framework for simulating network conditions. It's made specifically to work in testing, CI and development environments, supporting deterministic tampering with connections, but with support for randomized chaos and customization. Toxiproxy is the tool you need to prove with tests that your application doesn't have single points of failure. Toxiproxy usage consists of two parts. A TCP proxy written in Go (what this repository contains) and a client communicating with the proxy over HTTP. You configure your application to make all test connections go through Toxiproxy and can then manipulate their health via HTTP. See Usage below on how to set up your project.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 2.1.4-18.fc41 | - |
Fedora 41 | 2.1.4-18.fc41 | - |
Fedora 40 | 2.1.4-17.fc40 | - |
Fedora 39 | 2.1.4-14.fc39 | - |
You can contact the maintainers of this package via email at
golang-github-shopify-toxiproxy dash maintainers at fedoraproject dot org
.