...
1description: "Wrong setName"
2
3uri: "mongodb://a,b/?replicaSet=rs"
4
5phases: [
6
7 {
8 responses: [
9
10 ["b:27017", {
11
12 ok: 1,
13 helloOk: true,
14 isWritablePrimary: false,
15 secondary: true,
16 hosts: ["b:27017", "c:27017"],
17 setName: "wrong",
18 minWireVersion: 0,
19 maxWireVersion: 6
20 }]
21 ],
22
23 outcome: {
24
25 servers: {
26
27 "a:27017": {
28
29 type: "Unknown",
30 setName:
31 }
32 },
33 topologyType: "ReplicaSetNoPrimary",
34 logicalSessionTimeoutMinutes: null,
35 setName: "rs"
36 }
37 }
38]
View as plain text