mongodb / mongo-rust-driver

The official MongoDB Rust Driver
https://www.mongodb.com/docs/drivers/rust/current/
Apache License 2.0
1.44k stars 164 forks source link

RUST-1879 Convert read/write concern operation tests to unified format #1168

Closed isabelatkinson closed 4 months ago

isabelatkinson commented 4 months ago

With this change, the CSFLE tests are the only remaining tests that use the v2 runner 🙂 Unfortunately we're using some of the v2 machinery for other tests, so we can't put the whole module behind the in-use-encryption-unstable feature flag.