2025-03-17 20:58:26 +01:00

51 lines
1.0 KiB
YAML

description: "Discover RSOther with directConnection URI option"
uri: "mongodb://b/?directConnection=false"
phases: [
{
responses: [
["b:27017", {
ok: 1,
helloOk: true,
isWritablePrimary: false,
secondary: false,
hosts: ["c:27017", "d:27017"],
setName: "rs",
minWireVersion: 0,
maxWireVersion: 6
}]
],
outcome: {
servers: {
"b:27017": {
type: "RSOther",
setName: "rs"
},
"c:27017": {
type: "Unknown",
setName:
},
"d:27017": {
type: "Unknown",
setName:
}
},
topologyType: "ReplicaSetNoPrimary",
logicalSessionTimeoutMinutes: null,
setName: "rs"
}
}
]