File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
source/retryable-writes/tests Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -493,7 +493,8 @@ and sharded clusters.
493
493
494
494
6. Disable the fail points.
495
495
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
497
498
498
499
This test MUST be executed against a sharded cluster and requires MongoDB
499
500
4.3.1+ for the ``errorLabels `` fail point option.
@@ -528,6 +529,8 @@ and sharded clusters.
528
529
Changelog
529
530
=========
530
531
532
+ :2024-01-05: Fix typo in prose test title.
533
+
531
534
:2024-01-03: Note server version requirements for fail point options and revise
532
535
tests to specify the ``errorLabels `` option at the top-level
533
536
instead of within ``writeConcernError ``.
You can’t perform that action at this time.
0 commit comments