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/1125200e4a6161d87cb5090860597eb8e8e90bf1 Context for other referenced/linked tickets  
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      CDRIVER-6262 Fixed 2.3.0
      CXX-3430 Backlog
      CSHARP-5909 Done
      GODRIVER-3831 Backlog
      JAVA-6119 In Progress
      NODE-7464 Fixed 7.2.0
      PYTHON-5743 Done
      PHPLIB-1802 Won't Do
      RUBY-3787 Ready for Work
      RUST-2374 Works as Designed
      $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 Fixed 2.3.0 CXX-3430 Backlog CSHARP-5909 Done GODRIVER-3831 Backlog JAVA-6119 In Progress NODE-7464 Fixed 7.2.0 PYTHON-5743 Done PHPLIB-1802 Won't Do RUBY-3787 Ready for Work RUST-2374 Works as Designed

      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: