toxiproxy
toxiproxy copied to clipboard
:alarm_clock: :fire: A TCP proxy to simulate network and system conditions for chaos and resiliency testing
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.17.0 to 1.18.0. Release notes Sourced from github.com/prometheus/client_golang's releases. v1.18.0 What's Changed [FEATURE] promlint: Allow creation of custom metric validations. #1311 [FEATURE] Go programs using client_golang can...
Hello. We are using ToxiProxy for negative testing our application. One of our endpoints returns a file stream over http and puts 2 information in headers: `"Content-Length"` : this is...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. Release notes Sourced from github/codeql-action's releases. CodeQL Bundle v2.15.4 Bundles CodeQL CLI v2.15.4 (changelog, release) Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.15.4: codeql/cpp-queries...
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. Release notes Sourced from actions/setup-go's releases. v5.0.0 What's Changed In scope of this release, we change Nodejs runtime from node16 to node20 (actions/setup-go#421). Moreover,...
**Problem** I'm trying to create a proxy to communicate with the OpenAI API api.openai.com:443. The idea is to have the proxy running while the web service that uses the mentioned...
This panic happens when using the `slicer` toxic: ``` panic: runtime error: slice bounds out of range [808:773] goroutine 114 [running]: github.com/Shopify/toxiproxy/v2/toxics.(*SlicerToxic).Pipe(0x1400020c0f0, 0x1400021e480) github.com/Shopify/toxiproxy/v2/toxics/slicer.go:65 +0x320 github.com/Shopify/toxiproxy/v2/toxics.(*ToxicStub).Run(0x1400021e480, 0x14000210d20) github.com/Shopify/toxiproxy/v2/toxics/toxic.go:86 +0xb8 created...
When running toxiproxy server on a remote host with `-config` and trying to use toxiproxy-cli against it with the `--host` flag it gets `connect: connection refused` error. The content of...
Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1. Release notes Sourced from github.com/gorilla/mux's releases. Release v1.8.1 What's Changed build: CircleCI 2.1 + build matrix by @elithrar in gorilla/mux#595 Include "404" and "405"...
As discussed in #123, the TCP handshake is performed by the kernel, so toxiproxy cannot inject latency there. Therefore, effects of latency on connection timeouts cannot be tested using this...