Uploaded image for project: 'Python Driver'
  1. Python Driver
  2. PYTHON-2779

Fix topologies field in snapshot-sessions-not-supported-server-error tests

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Unknown Unknown
    • 3.12, 4.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      There's a typo in the topologies field in snapshot-sessions-not-supported-server-error.json:

           "topologies": [
              "replicaset, sharded-replicaset"
            ]
      

      Should be:

           "topologies": [
              "replicaset", "sharded-replicaset"
            ]
      

      We should also update the unified runner to error on unknown "topologies".

            Assignee:
            shane.harvey@mongodb.com Shane Harvey
            Reporter:
            shane.harvey@mongodb.com Shane Harvey
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: