influxdb/ingester_test_ctx
Dom Dwyer 9e3f7611bb
feat(ingester): buffered partition limit
This commit adds an optional (disabled by default) limit on the number
partitions that may be buffered for a namespace at any one time.

The exact value is configurable by setting
INFLUXDB_IOX_MAX_PARTITIONS_PER_NAMESPACE to a non-zero value, and is
disabled unless specified.
2023-09-13 17:14:43 +02:00
..
src feat(ingester): buffered partition limit 2023-09-13 17:14:43 +02:00
Cargo.toml chore(deps): Bump bytes from 1.4.0 to 1.5.0 (#8692) 2023-09-08 12:17:12 +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.