Uploaded image for project: 'Drivers'
  1. Drivers
  2. DRIVERS-2250

SDAM unit test sharded/too_new needs to defined wireVersions for host b

    • Needed
    • Hide

      Summary of necessary driver changes

      • Pull in tests from linked spec PR

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

      Context for other referenced/linked tickets

      • N/A
      Show
      Summary of necessary driver changes Pull in tests from linked spec PR Commits for syncing spec/prose tests (and/or refer to an existing language POC if needed) https://github.com/mongodb/specifications/pull/1632   Context for other referenced/linked tickets N/A
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      CDRIVER-4727 Backlog
      CXX-2757 Backlog
      CSHARP-4798 Backlog
      GODRIVER-2993 Fixed 2.0.0, 1.17.0
      JAVA-5168 Backlog
      NODE-5645 Fixed 6.9.0
      MOTOR-1191 Duplicate
      PYTHON-3967 Fixed 4.9
      PHPC-2427 Won't Do
      RUBY-3330 Ready for Work
      RUST-1766 Backlog
      $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 */ } /* Center-align the first row headers */ #scriptField th { text-align: center; } Key Status/Resolution FixVersion CDRIVER-4727 Backlog CXX-2757 Backlog CSHARP-4798 Backlog GODRIVER-2993 Fixed 2.0.0, 1.17.0 JAVA-5168 Backlog NODE-5645 Fixed 6.9.0 MOTOR-1191 Duplicate PYTHON-3967 Fixed 4.9 PHPC-2427 Won't Do RUBY-3330 Ready for Work RUST-1766 Backlog

      Summary

      What is the problem or use case, what are we trying to achieve?

      SDAM unit test sharded/too_new needs to defined wireVersions for host b. Host b omits a wire version which causes an incompatibility error for having too low a wireVersion since drivers now require the wire version to be greater than 6. The test intends to test for host a's wireVersion set to 999, but if a driver does not correctly check for "too new" wire versions their topology will still be marked incompatible by host b's omission.

      Test file here

      Motivation

      Who is the affected end user?

      Who are the stakeholders?

      How does this affect the end user?

      Are they blocked? Are they annoyed? Are they confused?

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

      Main path? Edge case?

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

      Minor annoyance at a log message? Performance concern? Outage/unavailability? Failover can't complete?

      Is this issue urgent?

      Does this ticket have a required timeline? What is it?

      Is this ticket required by a downstream team?

      Needed by e.g. Atlas, Shell, Compass?

      Is this ticket only for tests?

      Does this ticket have any functional impact, or is it just test improvements?

            Assignee:
            warren.james@mongodb.com Warren James
            Reporter:
            neal.beeken@mongodb.com Neal Beeken
            Shane Harvey Shane Harvey
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: