42 lines
847 B
JSON
42 lines
847 B
JSON
{
|
|
"description": "Handle a not-ok isWritablePrimary response",
|
|
"uri": "mongodb://a",
|
|
"phases": [
|
|
{
|
|
"responses": [
|
|
[
|
|
"a:27017",
|
|
{
|
|
"ok": 1,
|
|
"helloOk": true,
|
|
"isWritablePrimary": true,
|
|
"minWireVersion": 0,
|
|
"maxWireVersion": 6
|
|
}
|
|
],
|
|
[
|
|
"a:27017",
|
|
{
|
|
"ok": 0,
|
|
"helloOk": true,
|
|
"isWritablePrimary": true,
|
|
"minWireVersion": 0,
|
|
"maxWireVersion": 6
|
|
}
|
|
]
|
|
],
|
|
"outcome": {
|
|
"servers": {
|
|
"a:27017": {
|
|
"type": "Unknown",
|
|
"setName": null
|
|
}
|
|
},
|
|
"topologyType": "Single",
|
|
"logicalSessionTimeoutMinutes": null,
|
|
"setName": null
|
|
}
|
|
}
|
|
]
|
|
}
|