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

31 lines
594 B
JSON

{
"description": "Standalone with default maxWireVersion of 0",
"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
}
}
]
}