Skip to content

Commit 4f89b79

Browse files
authored
Fix RST syntax
I inadvertently used Markdown in 4d5c5c7
1 parent e545a58 commit 4f89b79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/change-streams/tests/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Each YAML file has the following keys:
3333
- ``description``: The name of the test.
3434
- ``minServerVersion``: The minimum server version to run this test against. If not present, assume there is no minimum server version.
3535
- ``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.
3737
- ``target``: The entity on which to run the change stream. Valid values are:
3838

3939
- ``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
171171
#. ``ChangeStream`` must continuously track the last seen ``resumeToken``
172172
#. ``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)
173173
#. 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.
175175
#. **Removed**
176176
#. ``ChangeStream`` will perform server selection before attempting to resume, using initial ``readPreference``
177177
#. 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

Comments
 (0)