noxious icon indicating copy to clipboard operation
noxious copied to clipboard

A Rust port of Toxiproxy server

Results 16 noxious issues
Sort by recently updated
recently updated
newest added

Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.1.3 to 1.1.4. Commits 4a54e57 Bump version to 1.1.4 ebf8b45 Merge pull request #34 from ibraheemdev/patch-1 3d69afa Fix memory ordering in RawIter::next See full diff in compare...

dependencies

Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.4 to 0.14.19. Release notes Sourced from hyper's releases. v0.14.19 Bug Fixes http1: fix preserving header case without enabling ffi (#2820) (6a35c175) server: don't add implicit content-length...

dependencies

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.2.0 to 1.8.4. Release notes Sourced from tokio's releases. Tokio v1.8.4 1.8.4 (November 15, 2021) This release backports a bugfix for a data race when sending and...

dependencies

Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.3 to 0.8.8. Release notes Sourced from crossbeam-utils's releases. crossbeam-utils 0.8.8 Fix a bug when unstable loom support is enabled. (#787) crossbeam-utils 0.8.7 Add AtomicCell<{i*,u*}>::{fetch_max,fetch_min}. (#785) Add...

dependencies

Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.12.3 to 0.12.4. Changelog Sourced from generic-array's changelog. 0.12.4 Fix unsoundness in the arr! macro. 0.12.0 Allow trailing commas in arr! macro. BREAKING: Serialize GenericArray using serde...

dependencies

Looks like the Toxiproxy project is alive and actively maintained again! They recently added a new type of toxic, [reset peer](https://github.com/Shopify/toxiproxy/blob/master/toxics/reset_peer.go). It would be great to implement it in noxious...

help wanted

**Is your feature request related to a problem? Please describe.** It's slightly inconvenient to configure toxics after-the-fact with the client when proxies can be configured using a config file. **Describe...

**Is your feature request related to a problem? Please describe.** I'm currently invoking `noxious-server` via `std::process::Command` in a Rust module in my CI. This mostly works great! I did have...

**Is your feature request related to a problem? Please describe.** In my integration tests, I'd like to produce chaos at the TCP layer, but also at the HTTP layer. **Describe...

This is really cool, thanks for writing this! **Is your feature request related to a problem? Please describe.** I'm trying to test some client software that currently work son Linux,...