Skip to content

Commit e5bc5a8

Browse files
authored
CDRIVER-5900 sync non-lb-connection-establishment (#1873)
To specifications commit d05c33e0a6124ee7d1a9de665084d540b2ff06c5
1 parent 9049872 commit e5bc5a8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/libmongoc/tests/json/load_balancers/non-lb-connection-establishment.json

+13
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,19 @@
5757
"tests": [
5858
{
5959
"description": "operations against non-load balanced clusters fail if URI contains loadBalanced=true",
60+
"runOnRequirements": [
61+
{
62+
"maxServerVersion": "8.0.99",
63+
"topologies": [
64+
"single"
65+
]
66+
},
67+
{
68+
"topologies": [
69+
"sharded"
70+
]
71+
}
72+
],
6073
"operations": [
6174
{
6275
"name": "runCommand",

0 commit comments

Comments
 (0)