summaryrefslogtreecommitdiff
path: root/src/mongo/client/sdam/json_tests/single/standalone_removed.json
blob: 4c363ffffb820a434618870b133b3dc351dc71db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "description": "Standalone removed from multi-server topology",
  "uri": "mongodb://a,b",
  "phases": [
    {
      "responses": [
        [
          "a:27017",
          {
            "ok": 1,
            "ismaster": true,
            "minWireVersion": 0,
            "maxWireVersion": 6
          }
        ]
      ],
      "outcome": {
        "servers": {
          "b:27017": {
            "type": "Unknown",
            "setName": null
          }
        },
        "topologyType": "Unknown",
        "logicalSessionTimeoutMinutes": null,
        "setName": null
      }
    }
  ]
}