Skip to content

Commit

Permalink
fix: retryable writes prose test typo (#1490)
Browse files Browse the repository at this point in the history
  • Loading branch information
durran authored Jan 12, 2024
1 parent 8de8180 commit 2176bba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/retryable-writes/tests/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,8 @@ and sharded clusters.

6. Disable the fail points.

#. Test that in a sharded cluster on the same mongos if no other is available
#. Test that in a sharded cluster writes are retried on the same mongos if no
other is available

This test MUST be executed against a sharded cluster and requires MongoDB
4.3.1+ for the ``errorLabels`` fail point option.
Expand Down Expand Up @@ -528,6 +529,8 @@ and sharded clusters.
Changelog
=========

:2024-01-05: Fix typo in prose test title.

:2024-01-03: Note server version requirements for fail point options and revise
tests to specify the ``errorLabels`` option at the top-level
instead of within ``writeConcernError``.
Expand Down

0 comments on commit 2176bba

Please sign in to comment.