...
1description: "Member brought up as standalone"
2
3uri: "mongodb://a,b"
4
5phases: [
6
7 {
8 responses: [
9
10 ["b:27017", {
11
12 ok: 1,
13 helloOk: true,
14 isWritablePrimary: true,
15 minWireVersion: 0,
16 maxWireVersion: 6
17 }]
18 ],
19
20 outcome: {
21
22 servers: {
23
24 "a:27017": {
25
26 type: "Unknown",
27 setName:
28 }
29 },
30 topologyType: "Unknown",
31 logicalSessionTimeoutMinutes: null,
32 setName:
33 }
34 },
35
36 {
37 responses: [
38
39 ["a:27017", {
40
41 ok: 1,
42 helloOk: true,
43 isWritablePrimary: true,
44 setName: "rs",
45 hosts: ["a:27017"],
46 minWireVersion: 0,
47 maxWireVersion: 6
48 }]
49 ],
50
51 outcome: {
52
53 servers: {
54
55 "a:27017": {
56
57 type: "RSPrimary",
58 setName: "rs"
59 }
60 },
61 topologyType: "ReplicaSetWithPrimary",
62 logicalSessionTimeoutMinutes: null,
63 setName: "rs"
64 }
65 }
66]
View as plain text