Skip to content

Commit 2176bba

Browse files
authored
fix: retryable writes prose test typo (#1490)
1 parent 8de8180 commit 2176bba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/retryable-writes/tests/README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,8 @@ and sharded clusters.
493493

494494
6. Disable the fail points.
495495

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

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

532+
:2024-01-05: Fix typo in prose test title.
533+
531534
:2024-01-03: Note server version requirements for fail point options and revise
532535
tests to specify the ``errorLabels`` option at the top-level
533536
instead of within ``writeConcernError``.

0 commit comments

Comments
 (0)