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

43 lines
851 B
YAML

description: "Discover ghost with replicaSet URI option"
uri: "mongodb://a,b/?replicaSet=rs"
phases: [
{
responses: [
["b:27017", {
ok: 1,
helloOk: true,
isWritablePrimary: false,
isreplicaset: true,
minWireVersion: 0,
maxWireVersion: 6
}]
],
outcome: {
servers: {
"a:27017": {
type: "Unknown",
setName:
},
"b:27017": {
type: "RSGhost",
setName:
}
},
topologyType: "ReplicaSetNoPrimary",
logicalSessionTimeoutMinutes: null,
setName: "rs"
}
}
]