File tree 2 files changed +3
-1
lines changed
client-side-encryption/tests
transactions-convenient-api/tests
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ Each YAML file has the following keys:
127
127
128
128
- ``result ``: Same as the Transactions spec test format with one addition: if the operation is expected to return
129
129
an error, the ``result `` document may contain an ``isTimeoutError `` boolean field. If ``true ``, the test runner
130
- MUST assert that the error represents a timeout due to the use of the ``timeoutMS `` operation . If ``false ``, the
130
+ MUST assert that the error represents a timeout due to the use of the ``timeoutMS `` option . If ``false ``, the
131
131
test runner MUST assert that the error does not represent a timeout.
132
132
133
133
- ``expectations ``: |txn |
Original file line number Diff line number Diff line change @@ -212,6 +212,8 @@ should be checked:
212
212
Changelog
213
213
=========
214
214
215
+ :2021-04-29: Remove text about write concern timeouts from prose test.
216
+
215
217
:2019-03-01: Add top-level ``runOn `` field to denote server version and/or
216
218
topology requirements requirements for the test file. Removes the
217
219
``minServerVersion `` top-level field, which is now expressed within
You can’t perform that action at this time.
0 commit comments