Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/client-side-encryption/tests/unified/timeoutMS.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions source/client-side-encryption/tests/unified/timeoutMS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ tests:
arguments:
document: &doc0 { _id: 1, encrypted_string: "string0", random: "abc" }
object: "coll"
expectResult:
expectError:
isTimeoutError: true
expectEvents:
- client: "client0"
Expand Down Expand Up @@ -156,5 +156,5 @@ tests:
arguments:
document: *doc0
object: "coll"
expectResult:
expectError:
isTimeoutError: true
12 changes: 12 additions & 0 deletions source/client-side-encryption/tests/unified/updateOne.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions source/client-side-encryption/tests/unified/updateOne.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ tests:
updates:
- q: {}
u: { $unset: { encrypted_string: "" } }
multi: { "$$unsetOrMatches": false }
upsert: { "$$unsetOrMatches": false }
ordered: true
commandName: update
- description: "$rename works if target value has same encryption options"
Expand Down Expand Up @@ -292,6 +294,8 @@ tests:
updates:
- q: {}
u: { $rename: { encrypted_string: "encrypted_string_equivalent" } }
multi: { "$$unsetOrMatches": false }
upsert: { "$$unsetOrMatches": false }
ordered: true
commandName: update
- description: "$rename fails if target value has different encryption options"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ tests:
- name: runCommand
object: "db"
arguments:
commandName: collMod
commandName: createIndexes
command:
createIndexes: "encryptedCollection"
indexes:
Expand Down
Loading