31 lines
622 B
YAML
31 lines
622 B
YAML
description: "Primary wrong setName"
|
|
|
|
uri: "mongodb://a/?replicaSet=rs"
|
|
|
|
phases: [
|
|
|
|
{
|
|
responses: [
|
|
|
|
["a:27017", {
|
|
|
|
ok: 1,
|
|
helloOk: true,
|
|
isWritablePrimary: true,
|
|
hosts: ["a:27017"],
|
|
setName: "wrong",
|
|
minWireVersion: 0,
|
|
maxWireVersion: 6
|
|
}]
|
|
],
|
|
|
|
outcome: {
|
|
|
|
servers: {},
|
|
topologyType: "ReplicaSetNoPrimary",
|
|
logicalSessionTimeoutMinutes: null,
|
|
setName: "rs"
|
|
}
|
|
}
|
|
]
|