Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRIVERS-2799: Use more permissive top-level runOnRequirements #1484

Merged
merged 2 commits into from
Dec 20, 2023

Commits on Dec 19, 2023

  1. DRIVERS-2799: Use more permissive top-level runOnRequirements

    This avoids unintentionally skipping tests. Previously, some tests were never run on sharded clusters.
    jmikola committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    e4d3345 View commit details
    Browse the repository at this point in the history
  2. 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.
    jmikola committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    e2add3a View commit details
    Browse the repository at this point in the history