...
1{
2 "description": "replicaSet URI option causes starting topology to be RSNP",
3 "uri": "mongodb://a/?replicaSet=rs&directConnection=false",
4 "phases": [
5 {
6 "responses": [
7 [
8 "a:27017",
9 {
10 "ok": 1,
11 "helloOk": true,
12 "isWritablePrimary": true,
13 "minWireVersion": 0,
14 "maxWireVersion": 6
15 }
16 ]
17 ],
18 "outcome": {
19 "servers": {},
20 "topologyType": "ReplicaSetNoPrimary",
21 "logicalSessionTimeoutMinutes": null,
22 "setName": "rs"
23 }
24 }
25 ]
26}
View as plain text