Sha256: 6581df9ca264269ee37f87e69c80ef551afbd49a1dcf4d9f03f5a4e282dda611
Contents?: true
Size: 1.59 KB
Versions: 27
Compression:
Stored size: 1.59 KB
Contents
description: "Secondary wrong setName with primary" uri: "mongodb://a,b/?replicaSet=rs" phases: [ { responses: [ ["a:27017", { ok: 1, helloOk: true, isWritablePrimary: true, hosts: ["a:27017", "b:27017"], setName: "rs", minWireVersion: 0, maxWireVersion: 6 }] ], outcome: { servers: { "a:27017": { type: "RSPrimary", setName: "rs" }, "b:27017": { type: "Unknown", setName: } }, topologyType: "ReplicaSetWithPrimary", logicalSessionTimeoutMinutes: null, setName: "rs" } }, { responses: [ ["b:27017", { ok: 1, helloOk: true, isWritablePrimary: false, secondary: true, hosts: ["a:27017", "b:27017"], setName: "wrong", minWireVersion: 0, maxWireVersion: 6 }] ], outcome: { servers: { "a:27017": { type: "RSPrimary", setName: "rs" } }, topologyType: "ReplicaSetWithPrimary", logicalSessionTimeoutMinutes: null, setName: "rs" } } ]
Version data entries
27 entries across 27 versions & 2 rubygems