nirvantyagi / tracing

Rust implementation of message tracing for E2E encrypted messaging.
4 stars 0 forks source link

Sequential testing required #1

Open nirvantyagi opened 5 years ago

nirvantyagi commented 5 years ago

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

nirvantyagi commented 5 years ago

Prior to running tests, must run redis server: redis-server /path/to/redis.conf