Skip to content

Commit fb3f30b

Browse files
authored
Sync non-lb-connection-establishment (#1634)
Sync test to mongodb/specifications@d05c33e JAVA-5791
1 parent ff7bae8 commit fb3f30b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: driver-core/src/test/resources/unified-test-format/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)