By using a shared redis db resource, cleaning out the db after every test causes parallel tests to fail. Must run tests as: `cargo test -p tracing -- --test-threads=1`
By using a shared redis db resource, cleaning out the db after every test causes parallel tests to fail.
Must run tests as:
cargo test -p tracing -- --test-threads=1