Fix client construction in backpressure unified tests

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Unresolved
    • Priority: Unknown
    • None
    • Component/s: Backpressure
    • None
    • Needed - No Spec Changes
    • Hide

      Summary of necessary driver changes

      • Sync backpressure unified tests.

      Commits for syncing spec/prose tests
      (and/or refer to an existing language POC if needed)

      Context for other referenced/linked tickets

      •  
      Show
      Summary of necessary driver changes Sync backpressure unified tests. Commits for syncing spec/prose tests (and/or refer to an existing language POC if needed) https://github.com/mongodb/specifications/commit/1938c26e2f19554971a59e785cbd8ba9d3a613ef Context for other referenced/linked tickets  
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      CDRIVER-6262 Needs Triage
      CXX-3430 Needs Triage
      CSHARP-5909 Needs Triage
      GODRIVER-3831 Needs Triage
      JAVA-6119 Needs Triage
      NODE-7464 Needs Triage
      PYTHON-5743 Needs Triage
      PHPLIB-1802 Needs Triage
      RUBY-3787 Needs Triage
      RUST-2374 Needs Triage
      $i18n.getText("admin.common.words.show")
      #scriptField, #scriptField *{ border: 1px solid black; } #scriptField{ border-collapse: collapse; } #scriptField td { text-align: center; /* Center-align text in table cells */ } #scriptField td.key { text-align: left; /* Left-align text in the Key column */ } #scriptField a { text-decoration: none; /* Remove underlines from links */ border: none; /* Remove border from links */ } /* Add green background color to cells with FixVersion */ #scriptField td.hasFixVersion { background-color: #00FF00; /* Green color code */ } #scriptField td.willNotDo { background-color: #FF0000; /* Red color code */ } /* Center-align the first row headers */ #scriptField th { text-align: center; } Key Status/Resolution FixVersion CDRIVER-6262 Needs Triage CXX-3430 Needs Triage CSHARP-5909 Needs Triage GODRIVER-3831 Needs Triage JAVA-6119 Needs Triage NODE-7464 Needs Triage PYTHON-5743 Needs Triage PHPLIB-1802 Needs Triage RUBY-3787 Needs Triage RUST-2374 Needs Triage

      Summary

      The client backpressure unified tests need the following fixes:

      • The clients constructed in backpressure-retry-loop.yml and backpressure-retry-max-attempts.yml need to ignore killCursor events. These events are present for createChangeStream operations, which causes failures in the event assertions. See this slack thread for more details: https://mongodb.slack.com/archives/C09M7C9EGF4/p1772479763799979
      • The client constructed in getMore-retried.yml needs to set useMultipleMongoses:false for failpoint consistency.

      Motivation

      Who is the affected end user?

      N/A

      How does this affect the end user?

      N/A

      How likely is it that this problem or use case will occur?

      N/A

      If the problem does occur, what are the consequences and how severe are they?

      N/A

      Is this issue urgent?

      Needs to be done as part of client backpressure.

      Is this ticket required by a downstream team?

      N/A

      Is this ticket only for tests?

      Yes

      Acceptance Criteria

      Fix unified tests as described above.

            Assignee:
            Isabel Atkinson
            Reporter:
            Isabel Atkinson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: