Sha256: 95e686122c2149ad2090d61e369098c1f07e9e9d29efe55c3d24c4e097d8507a
Contents?: true
Size: 1.35 KB
Versions: 2
Compression:
Stored size: 1.35 KB
Contents
description: "Secondary wrong setName with primary" uri: "mongodb://a,b/?replicaSet=rs" phases: [ { responses: [ ["a:27017", { ok: 1, ismaster: true, hosts: ["a:27017", "b:27017"], setName: "rs" }] ], outcome: { servers: { "a:27017": { type: "RSPrimary", setName: "rs" }, "b:27017": { type: "Unknown", setName: } }, topologyType: "ReplicaSetWithPrimary", logicalSessionTimeoutMinutes: null, setName: "rs" } }, { responses: [ ["b:27017", { ok: 1, ismaster: false, secondary: true, hosts: ["a:27017", "b:27017"], setName: "wrong" }] ], outcome: { servers: { "a:27017": { type: "RSPrimary", setName: "rs" } }, topologyType: "ReplicaSetWithPrimary", logicalSessionTimeoutMinutes: null, setName: "rs" } } ]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mongo-2.5.0 | spec/support/sdam/rs/secondary_wrong_set_name_with_primary.yml |
mongo-2.5.0.beta | spec/support/sdam/rs/secondary_wrong_set_name_with_primary.yml |