28 lines
685 B
YAML
28 lines
685 B
YAML
description: "Standalone with large minWireVersion"
|
|
uri: "mongodb://a"
|
|
phases: [
|
|
{
|
|
responses: [
|
|
["a:27017", {
|
|
ok: 1,
|
|
helloOk: true,
|
|
isWritablePrimary: true,
|
|
minWireVersion: 999,
|
|
maxWireVersion: 1000
|
|
}]
|
|
],
|
|
outcome: {
|
|
servers: {
|
|
"a:27017": {
|
|
type: "Standalone",
|
|
setName:
|
|
}
|
|
},
|
|
topologyType: "Single",
|
|
logicalSessionTimeoutMinutes: null,
|
|
setName: ,
|
|
compatible: false
|
|
}
|
|
}
|
|
]
|