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

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Unknown
    • 3.12, 4.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • 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
              Reporter:
              Shane Harvey
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: