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

32 lines
659 B
JSON

{
"description": "Secondary wrong setName",
"uri": "mongodb://a/?replicaSet=rs",
"phases": [
{
"responses": [
[
"a:27017",
{
"ok": 1,
"helloOk": true,
"isWritablePrimary": false,
"secondary": true,
"hosts": [
"a:27017"
],
"setName": "wrong",
"minWireVersion": 0,
"maxWireVersion": 6
}
]
],
"outcome": {
"servers": {},
"topologyType": "ReplicaSetNoPrimary",
"logicalSessionTimeoutMinutes": null,
"setName": "rs"
}
}
]
}