influxdb/docker/integration_test.sh

8 lines
226 B
Bash
Raw Normal View History

#!/bin/bash
set -euxo pipefail
cargo test -p write_buffer kafka -- --nocapture
2021-08-13 08:46:05 +00:00
cargo test -p influxdb_iox --test end_to_end skip_replay -- --nocapture
cargo test -p influxdb_iox --test end_to_end write_buffer -- --nocapture