summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/server-discovery-and-monitoring/single/compatible.yml
blob: eff9b73cdda4af078369af6799200c3fbb41a043 (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
description: "Standalone with large maxWireVersion"
uri: "mongodb://a"
phases: [
    {
        responses: [
                ["a:27017", {
                    ok: 1,
                    ismaster: true,
                    minWireVersion: 0,
                    maxWireVersion: 6
                }]
        ],
        outcome: {
            servers: {
                "a:27017": {
                    type: "Standalone",
                    setName:
                }
            },
            topologyType: "Single",
            logicalSessionTimeoutMinutes: null,
            setName: ,
            compatible: true
        }
    }
]