...

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

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

     1{
     2  "description": "Standalone with large minWireVersion",
     3  "uri": "mongodb://a",
     4  "phases": [
     5    {
     6      "responses": [
     7        [
     8          "a:27017",
     9          {
    10            "ok": 1,
    11            "helloOk": true,
    12            "isWritablePrimary": true,
    13            "minWireVersion": 999,
    14            "maxWireVersion": 1000
    15          }
    16        ]
    17      ],
    18      "outcome": {
    19        "servers": {
    20          "a:27017": {
    21            "type": "Standalone",
    22            "setName": null
    23          }
    24        },
    25        "topologyType": "Single",
    26        "logicalSessionTimeoutMinutes": null,
    27        "setName": null,
    28        "compatible": false
    29      }
    30    }
    31  ]
    32}

View as plain text