influxdb/ingester_test_ctx
Carol (Nichols || Goulding) efc817c2a8
fix: Remove From impl, leaving TablePartitionTemplateOverride::new as only creation mechanism
This makes it clearer that you do or do not have a custom table override
(in the first argument to `new`).
2023-05-24 10:36:52 -04:00
..
src fix: Remove From impl, leaving TablePartitionTemplateOverride::new as only creation mechanism 2023-05-24 10:36:52 -04:00
Cargo.toml build: remove unused dependencies from crates 2023-05-23 14:55:43 +02: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.