Skip to content

Commit 5456f1e

Browse files
authored
PYTHON-5142 Sync non-lb-connection-establishment test (mongodb#2150)
1 parent f32e2bc commit 5456f1e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

test/load_balancer/non-lb-connection-establishment.json

Lines changed: 13 additions & 0 deletions
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)