influxdb/ingester/tests
Dom Dwyer 40f1937e63 test: write buffer seeking tests
Asserts write buffer seeking behaviour, including:

    * Seeking past already persisted data correctly
    * Skipping to next available op in non-contiguous offset stream
    * Skipping to next available op for dropped ops due to retention
    * Panics when seeking beyond available data (into the future)

Removes a pair of tests that covered some of the above due to their
tight coupling with ingester internals.
2022-10-19 12:28:02 +02:00
..
common test(ingester): add integration TestContext 2022-10-19 11:51:15 +02:00
write.rs test: write buffer seeking tests 2022-10-19 12:28:02 +02:00