influxdb/ingester_test_ctx
Dom Dwyer d8badbe9ca
feat(ingester): optionally enable gossip subsystem
Allows the ingester to optionally enable and start the gossip subsystem
(disabled by default).

No code uses the gossip system, so no application-level messages are
exchanged, but this allows the gossip subsystem to run and exchange
control frames / perform discovery / etc.
2023-07-31 11:01:30 +02:00
..
src feat(ingester): optionally enable gossip subsystem 2023-07-31 11:01:30 +02:00
Cargo.toml chore(deps): Bump tempfile from 3.6.0 to 3.7.0 (#8297) 2023-07-21 09:06:34 +00:00
README.md fix: Rename ingester2_test_ctx to ingester_test_ctx 2023-05-08 20:23:02 -04:00

README.md

Ingester Test Context

This crate contains re-usable types that allow running integration tests (ingester/test) and benchmarks (ingester/benches) against a complete in-process Ingester instance, with helper methods and changeable configurations.