bson/testdata/server-discovery-and-monitoring/single/standalone_using_legacy_hello.yml
2025-03-17 20:58:26 +01:00

35 lines
617 B
YAML

description: "Connect to standalone using legacy hello"
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:
}
}
]