...

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

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

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

View as plain text