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
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"replSetFreeze": 0
},
"readPreference": {
"mode": "Secondary"
"mode": "secondary"
},
"commandName": "replSetFreeze"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ tests:
command:
replSetFreeze: 0
readPreference:
mode: Secondary
mode: secondary
commandName: replSetFreeze
# Run replSetStepDown on the meta client.
- name: runCommand
Expand Down
7 changes: 4 additions & 3 deletions source/unified-test-format/unified-test-format.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3772,9 +3772,10 @@ Change Log
`ClientEncryption Operations`_.

:2022-04-27: **Schema version 1.9.**
Added ``createOptions`` field to ``initialData``, introduced a
new ``timeoutMS`` field in ``collectionOrDatabaseOptions``, and
added an ``isTimeoutError`` field to ``expectedError``.
Added ``createOptions`` field to ``initialData``, introduced a new
``timeoutMS`` field in ``collectionOrDatabaseOptions``, and added
an ``isTimeoutError`` field to ``expectedError``. Also introduced
the ``createEntities`` operation.

:2022-04-27: **Schema version 1.8.**
Add ``runOnRequirement.csfle``.
Expand Down