Skip to content

Commit

Permalink
DRIVERS-2366 Use camelCase for ReadPreference mode in unified tests (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfreed committed Aug 23, 2022
1 parent 046db44 commit b1a3fdd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Expand Up @@ -117,7 +117,7 @@
"replSetFreeze": 0
},
"readPreference": {
"mode": "Secondary"
"mode": "secondary"
},
"commandName": "replSetFreeze"
}
Expand Down
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
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

0 comments on commit b1a3fdd

Please sign in to comment.