Test overload retry when retryReads/Writes=false

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Backpressure
    • None
    • Hide

      DRIVERS-3416:
      Summary of necessary driver changes

      • Sync backpressure tests to test the requirement:

        A retry attempt will only be permitted if: [...] The command is a write and retryWrites is enabled or the command is a read and retryReads is enabled.

      • Passing these tests required non-trivial changes in the C driver and PyMongo.

      Commits for syncing spec/prose tests

      Show
      DRIVERS-3416 : Summary of necessary driver changes Sync backpressure tests to test the requirement: A retry attempt will only be permitted if: [...] The command is a write and retryWrites is enabled or the command is a read and retryReads is enabled. To retry runCommand , both retryWrites and retryReads MUST be enabled. Passing these tests required non-trivial changes in the C driver and PyMongo. Commits for syncing spec/prose tests https://github.com/mongodb/specifications/commit/5711e4b748297600f27996412ffa179897836d4e adds the test cases. https://github.com/mongodb/specifications/commit/66317ed498196a62d3945f732781a545e8ceeb3d is a follow-up to avoid duplicate test names.
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      This ticket was split from DRIVERS-3416, please see that ticket for a detailed description.

            Assignee:
            Unassigned
            Reporter:
            TPM Jira Automations Bot
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: