You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mongo-rust-driver/tests
Thijs Cadier d0b93b6bb0 Bump bson to 0.11 and use lossy utf-8 decoding for responses
Mongo can return invalid UTF-8 in bson responses:

https://jira.mongodb.org/browse/SERVER-24007

We use lossy UTF-8 decoding when parsing now.
7 years ago
..
bson_encode_decode.rs Upgrade bson dependency to 0.9 7 years ago
bulk_operation.rs Bump bson to 0.11 and use lossy utf-8 decoding for responses 7 years ago
client.rs Move Uri to client module 9 years ago
collection.rs Test for null bytes in bson string 7 years ago
cursor.rs Don't use natural option in tail anymore 7 years ago
database.rs Move Uri to client module 9 years ago
flags.rs Add collection update 9 years ago
read_prefs.rs Re-add test modules 9 years ago
tests.rs Add bson encoding and decoding test 9 years ago
uri.rs Move Uri to client module 9 years ago
write_concern.rs Change write concern new to default and document it 9 years ago