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

66 lines
1.4 KiB
YAML

description: "Primary becomes ghost"
uri: "mongodb://a/?replicaSet=rs"
phases: [
{
responses: [
["a:27017", {
ok: 1,
helloOk: true,
isWritablePrimary: true,
hosts: ["a:27017"],
setName: "rs",
minWireVersion: 0,
maxWireVersion: 6
}]
],
outcome: {
servers: {
"a:27017": {
type: "RSPrimary",
setName: "rs"
}
},
topologyType: "ReplicaSetWithPrimary",
logicalSessionTimeoutMinutes: null,
setName: "rs"
}
},
{
responses: [
["a:27017", {
ok: 1,
helloOk: true,
isWritablePrimary: false,
isreplicaset: true,
minWireVersion: 0,
maxWireVersion: 6
}]
],
outcome: {
servers: {
"a:27017": {
type: "RSGhost",
setName:
}
},
topologyType: "ReplicaSetNoPrimary",
logicalSessionTimeoutMinutes: null,
setName: "rs"
}
}
]