WIP: failing randomized test

SEED=175 MAX_PEERS=2 ITERATIONS=1 OPERATIONS=159 cargo test --package=collab random -- --nocapture
This commit is contained in:
Antonio Scandurra 2022-12-23 15:02:06 +01:00
parent 344d05045d
commit 6458a9144e
3 changed files with 15 additions and 1 deletions

View file

@ -37,6 +37,7 @@ util = { path = "../util" }
aho-corasick = "0.7"
anyhow = "1.0.57"
async-trait = "0.1"
backtrace = "0.3"
futures = "0.3"
ignore = "0.4"
lazy_static = "1.4.0"