Sha256: 3bcf9420024d47ebf6fdccc86ab77480d705a1372a74b9231351e065159b7d0b
Contents?: true
Size: 1 KB
Versions: 2
Compression:
Stored size: 1 KB
Contents
description: "Secondary's host list is not authoritative" uri: "mongodb://a/?replicaSet=rs" phases: [ { responses: [ ["a:27017", { ok: 1, ismaster: true, setName: "rs", hosts: ["a:27017", "b:27017"] }], ["b:27017", { ok: 1, ismaster: false, secondary: true, setName: "rs", hosts: ["b:27017", "c:27017"] }] ], outcome: { servers: { "a:27017": { type: "RSPrimary", setName: "rs" }, "b:27017": { type: "RSSecondary", 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/sec_not_auth.yml |
mongo-2.5.0.beta | spec/support/sdam/rs/sec_not_auth.yml |