From 5a88fe07b68d617f944c4dc736fe1e15f9eb0b7f Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Wed, 19 Feb 2025 13:25:02 -0500 Subject: [PATCH] JAVA-5791 Sync `non-lb-connection-establishment` Sync test to https://github.com/mongodb/specifications/commit/d05c33e0a6124ee7d1a9de665084d540b2ff06c5 --- .../non-lb-connection-establishment.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/driver-core/src/test/resources/unified-test-format/load-balancers/non-lb-connection-establishment.json b/driver-core/src/test/resources/unified-test-format/load-balancers/non-lb-connection-establishment.json index 6aaa7bdf98b..f4fed13cc23 100644 --- a/driver-core/src/test/resources/unified-test-format/load-balancers/non-lb-connection-establishment.json +++ b/driver-core/src/test/resources/unified-test-format/load-balancers/non-lb-connection-establishment.json @@ -57,6 +57,19 @@ "tests": [ { "description": "operations against non-load balanced clusters fail if URI contains loadBalanced=true", + "runOnRequirements": [ + { + "maxServerVersion": "8.0.99", + "topologies": [ + "single" + ] + }, + { + "topologies": [ + "sharded" + ] + } + ], "operations": [ { "name": "runCommand",