Isabel Atkinson

Results 6 issues of Isabel Atkinson

Updates the tests to run sequentially rather than in parallel (thereby eliminating the need for the test lock). The first CI run made for this patch took 273 hours which...

Implements the streaming API for GridFS downloads. Some relevant reading related to the async stuff going on here: - [This forum thread](https://users.rust-lang.org/t/i-need-to-implement-asyncread-and-asyncwrite-but-dont-know-where-to-get-started/57945/6) which discusses caching futures. - [`tokio`'s implementation](https://docs.rs/tokio/latest/src/tokio/fs/file.rs.html#495-561) of...

Implements the `upload_from_stream` and `upload_from_stream_with_id` methods described in this section of the spec: https://github.com/mongodb/specifications/blob/master/source/gridfs/gridfs-spec.rst#file-upload

Implement support for the new `bulkWrite` command. This PR can be reviewed in tandem with the specification changes (https://github.com/mongodb/specifications/pull/1534). I've left some things out of this PR to minimize its...

Hello! I work on the MongoDB Rust driver, and we are currently investigating whether we should retry SRV/TXT lookup when errors are encountered during client creation. We currently use `TokioAsyncResolver`...