mongo-python-driver/test/discovery_and_monitoring/rs/replicaset_rsnp.json

27 lines
591 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": 21
}
]
],
"outcome": {
"servers": {},
"topologyType": "ReplicaSetNoPrimary",
"logicalSessionTimeoutMinutes": null,
"setName": "rs"
}
}
]
}