...

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

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

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

View as plain text