...
1{
2 "description": "Member brought up as standalone",
3 "uri": "mongodb://a,b",
4 "phases": [
5 {
6 "responses": [
7 [
8 "b: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 "a:27017": {
21 "type": "Unknown",
22 "setName": null
23 }
24 },
25 "topologyType": "Unknown",
26 "logicalSessionTimeoutMinutes": null,
27 "setName": null
28 }
29 },
30 {
31 "responses": [
32 [
33 "a:27017",
34 {
35 "ok": 1,
36 "helloOk": true,
37 "isWritablePrimary": true,
38 "setName": "rs",
39 "hosts": [
40 "a:27017"
41 ],
42 "minWireVersion": 0,
43 "maxWireVersion": 6
44 }
45 ]
46 ],
47 "outcome": {
48 "servers": {
49 "a:27017": {
50 "type": "RSPrimary",
51 "setName": "rs"
52 }
53 },
54 "topologyType": "ReplicaSetWithPrimary",
55 "logicalSessionTimeoutMinutes": null,
56 "setName": "rs"
57 }
58 }
59 ]
60}
View as plain text