We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ade88 commit 3aa0528Copy full SHA for 3aa0528
source/client-side-encryption/tests/README.md
@@ -619,7 +619,8 @@ Using `client_encrypted` perform the following operations:
619
`{ "_id": "encryption_exceeds_16mib", "unencrypted": < the string "a" repeated (16777216 - 2000) times > }` into
620
`coll`.
621
622
- Expect this to fail since encryption results in a document exceeding the `maxBsonObjectSize` limit.
+ Expect this to fail indicating the document exceeded the `maxBsonObjectSize` limit. If the write is sent to the
623
+ server (i.e. does not fail due to a driver-side check), expect a server error with code 2 or 10334.
624
625
7. If using MongoDB 8.0+, use MongoClient.bulkWrite to insert the following into `coll2`:
626
0 commit comments