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

37 lines
786 B
JSON

{
"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": null
},
"b:27017": {
"type": "RSGhost",
"setName": null
}
},
"topologyType": "ReplicaSetNoPrimary",
"logicalSessionTimeoutMinutes": null,
"setName": "rs"
}
}
]
}