influxdb/write_buffer/src
Marco Neumann 751bdce88a
fix: pass write buffer tests w/o Kafka (#4923)
Fixes interaction of `maybe_skip_kafka_integration!` and `should_panic`
by ensuring that `maybe_skip_kafka_integration!` panics to skip
`should_panic` tests.

Without that it is not possible to just run `cargo test -p write_buffer`.

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-06-22 10:41:40 +00:00
..
kafka fix: pass write buffer tests w/o Kafka (#4923) 2022-06-22 10:41:40 +00:00
codec.rs feat: propagate partition key through kafka 2022-06-20 13:42:51 +01:00
config.rs fix: Rename data_types2 to data_types 2022-05-06 14:45:39 -04:00
core.rs fix: pass write buffer tests w/o Kafka (#4923) 2022-06-22 10:41:40 +00:00
file.rs fix: respect partition key when batching dml ops 2022-06-16 14:05:32 +01:00
lib.rs chore: remove rdkafka dependency (#3625) 2022-02-03 13:33:56 +00:00
mock.rs refactor: store PartitionKey in DmlWrite 2022-06-15 15:48:54 +01:00