bson/testdata/server-discovery-and-monitoring/single/direct_connection_rssecondary.json
2025-03-17 20:58:26 +01:00

38 lines
792 B
JSON

{
"description": "Direct connection to RSSecondary",
"uri": "mongodb://a/?directConnection=true",
"phases": [
{
"responses": [
[
"a:27017",
{
"ok": 1,
"helloOk": true,
"isWritablePrimary": false,
"secondary": true,
"hosts": [
"a:27017",
"b:27017"
],
"setName": "rs",
"minWireVersion": 0,
"maxWireVersion": 6
}
]
],
"outcome": {
"servers": {
"a:27017": {
"type": "RSSecondary",
"setName": "rs"
}
},
"topologyType": "Single",
"logicalSessionTimeoutMinutes": null,
"setName": null
}
}
]
}