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

57 lines
1.2 KiB
JSON

{
"description": "Standalone with default maxWireVersion of 0 is upgraded to one with maxWireVersion 6",
"uri": "mongodb://a",
"phases": [
{
"responses": [
[
"a:27017",
{
"ok": 1,
"helloOk": true,
"isWritablePrimary": true
}
]
],
"outcome": {
"servers": {
"a:27017": {
"type": "Standalone",
"setName": null
}
},
"topologyType": "Single",
"logicalSessionTimeoutMinutes": null,
"setName": null,
"compatible": false
}
},
{
"responses": [
[
"a:27017",
{
"ok": 1,
"helloOk": true,
"isWritablePrimary": true,
"minWireVersion": 0,
"maxWireVersion": 6
}
]
],
"outcome": {
"servers": {
"a:27017": {
"type": "Standalone",
"setName": null
}
},
"topologyType": "Single",
"logicalSessionTimeoutMinutes": null,
"setName": null,
"compatible": true
}
}
]
}