You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/change-streams/tests/README.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Each YAML file has the following keys:
33
33
- ``description``: The name of the test.
34
34
- ``minServerVersion``: The minimum server version to run this test against. If not present, assume there is no minimum server version.
35
35
- ``maxServerVersion``: Reserved for later use
36
-
- ``failPoint``(optional): The configureFailPoint command document to run to configure a fail point on the primary server.
36
+
- ``failPoint``: Optional configureFailPoint command document to run to configure a fail point on the primary server.
37
37
- ``target``: The entity on which to run the change stream. Valid values are:
38
38
39
39
- ``collection``: Watch changes on collection ``database_name.collection_name``
@@ -171,7 +171,7 @@ The following tests have not yet been automated, but MUST still be tested. All t
171
171
#. ``ChangeStream`` must continuously track the last seen ``resumeToken``
172
172
#. ``ChangeStream`` will throw an exception if the server response is missing the resume token (if wire version is < 8, this is a driver-side error; for 8+, this is a server-side error)
173
173
#. After receiving a ``resumeToken``, ``ChangeStream`` will automatically resume one time on a resumable error with the initial pipeline and options, except for the addition/update of a ``resumeToken``.
174
-
#. ``ChangeStream`` will not attempt to resume on any error encountered while executing an ``aggregate`` command. Note that retryable reads may retry ``aggregate`` commands. Drivers should be careful to distinguish retries from resume attempts. Alternatively, drivers may specify `retryReads=false` or avoid using a [retryable error](../../retryable-reads/retryable-reads.rst#retryable-error) for this test.
174
+
#. ``ChangeStream`` will not attempt to resume on any error encountered while executing an ``aggregate`` command. Note that retryable reads may retry ``aggregate`` commands. Drivers should be careful to distinguish retries from resume attempts. Alternatively, drivers may specify ``retryReads=false`` or avoid using a `retryable error<../../retryable-reads/retryable-reads.rst#retryable-error>`_ for this test.
175
175
#. **Removed**
176
176
#. ``ChangeStream`` will perform server selection before attempting to resume, using initial ``readPreference``
177
177
#. Ensure that a cursor returned from an aggregate command with a cursor id and an initial empty batch is not closed on the driver side.
0 commit comments