-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DRIVERS-2799: Use more permissive top-level runOnRequirements (#1484)
* DRIVERS-2799: Use more permissive top-level runOnRequirements This avoids unintentionally skipping tests. Previously, some tests were never run on sharded clusters. * Add RetryableWriteError error label via failCommand fail point This ensures the unified test is consistent with the legacy test from which it was derived. Additionally, it makes the test resilient to possible changes in DRIVERS-1641. This inconsistency dates back to e4808b8.
- Loading branch information
Showing
6 changed files
with
53 additions
and
54 deletions.
There are no files selected for viewing
22 changes: 7 additions & 15 deletions
22
source/retryable-writes/tests/unified/bulkWrite-serverErrors.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 7 additions & 15 deletions
22
source/retryable-writes/tests/unified/insertOne-serverErrors.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 27 additions & 8 deletions
35
source/unified-test-format/tests/valid-pass/poc-retryable-writes.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters