2025-03-17 20:58:26 +01:00

27 lines
590 B
JSON

{
"description": "replicaSet URI option causes starting topology to be RSNP",
"uri": "mongodb://a/?replicaSet=rs&directConnection=false",
"phases": [
{
"responses": [
[
"a:27017",
{
"ok": 1,
"helloOk": true,
"isWritablePrimary": true,
"minWireVersion": 0,
"maxWireVersion": 6
}
]
],
"outcome": {
"servers": {},
"topologyType": "ReplicaSetNoPrimary",
"logicalSessionTimeoutMinutes": null,
"setName": "rs"
}
}
]
}