From ea17642f19154f7254beec703773dcd6bf75cee1 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Thu, 30 May 2024 16:53:04 -0500 Subject: [PATCH] try again --- source/retryable-writes/tests/README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/source/retryable-writes/tests/README.md b/source/retryable-writes/tests/README.md index 3148dd0bd8..bb68ff5c21 100644 --- a/source/retryable-writes/tests/README.md +++ b/source/retryable-writes/tests/README.md @@ -266,20 +266,23 @@ This test MUST be executed against a sharded cluster that has at least two mongo - 2024-02-27: Convert legacy retryable writes tests to unified format. - 2024-02-21: Update prose test 4 and 5 to workaround SDAM behavior preventing\ - execution of deprioritization code + execution of deprioritization + code\ paths. - 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 + tests to specify + the\ `errorLabels`\ option at the top-level instead of within `writeConcernError`. - 2023-08-26: Add prose tests for retrying in a sharded cluster. - 2022-08-30: Add prose test verifying correct error handling for errors with\ - the NoWritesPerformed label, which is + the NoWritesPerformed label, which + is\ to\ return the original error. @@ -302,7 +305,8 @@ This test MUST be executed against a sharded cluster that has at least two mongo - 2019-03-01: Add top-level `runOn` field to denote server version and/or\ topology requirements requirements for the\ - test file. Removes the `minServerVersion` and `maxServerVersion` top-level fields, which are now expressed + test file. Removes the `minServerVersion` and `maxServerVersion` top-level fields, which are now + expressed\ within\ `runOn` elements.