...

Text file src/go.mongodb.org/mongo-driver/testdata/server-discovery-and-monitoring/single/discover_unavailable_seed.json

Documentation: go.mongodb.org/mongo-driver/testdata/server-discovery-and-monitoring/single

     1{
     2  "description": "Discover unavailable seed",
     3  "uri": "mongodb://a/?directConnection=false",
     4  "phases": [
     5    {
     6      "responses": [
     7        [
     8          "a:27017",
     9          {}
    10        ]
    11      ],
    12      "outcome": {
    13        "servers": {
    14          "a:27017": {
    15            "type": "Unknown",
    16            "setName": null
    17          }
    18        },
    19        "topologyType": "Unknown",
    20        "logicalSessionTimeoutMinutes": null,
    21        "setName": null
    22      }
    23    }
    24  ]
    25}

View as plain text