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-1991 / RUST-2016 Fix non-CSFLE serverless tests #1190

Closed isabelatkinson closed 2 months ago

isabelatkinson commented 2 months ago

patch: https://spruce.mongodb.com/version/66cf5e63e89bfd00074df7de/tasks?sorts=STATUS%3AASC%3BBASE_STATUS%3ADESC

The non-CSFLE tests just required updating credentials in Evergreen and syncing with https://github.com/mongodb/specifications/commit/0984b0942b9d8aaa11610184d0be16b27a263ec3. The CSFLE tests seem to be failing for more nefarious reasons, so I filed RUST-2024 to look into that. Also filed RUST-2025 to switch over to using the secrets manager to avoid being affected by future credential rotations.