Skip to content

Commit 098ae16

Browse files
Enable tests that require failCommand with appName on initial handshake before 4.9 (#1519)
Co-authored-by: Nathan Xu <nathan.xu@mongodb.com>
1 parent 8681337 commit 098ae16

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

driver-core/src/test/resources/unified-test-format/client-side-operation-timeout/command-execution.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"schemaVersion": "1.9",
44
"runOnRequirements": [
55
{
6-
"minServerVersion": "4.9",
6+
"minServerVersion": "4.4.7",
77
"topologies": [
88
"single",
99
"replicaset",

driver-core/src/test/resources/unified-test-format/load-balancers/sdam-error-handling.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
"description": "errors during the initial connection hello are ignored",
264264
"runOnRequirements": [
265265
{
266-
"minServerVersion": "4.9"
266+
"minServerVersion": "4.4.7"
267267
}
268268
],
269269
"operations": [

driver-core/src/test/resources/unified-test-format/server-discovery-and-monitoring/hello-command-error.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"schemaVersion": "1.10",
44
"runOnRequirements": [
55
{
6-
"minServerVersion": "4.9",
6+
"minServerVersion": "4.4.7",
77
"serverless": "forbid",
88
"topologies": [
99
"single",

driver-core/src/test/resources/unified-test-format/server-discovery-and-monitoring/hello-network-error.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"schemaVersion": "1.10",
44
"runOnRequirements": [
55
{
6-
"minServerVersion": "4.9",
6+
"minServerVersion": "4.4.7",
77
"serverless": "forbid",
88
"topologies": [
99
"single",

driver-core/src/test/resources/unified-test-format/server-discovery-and-monitoring/minPoolSize-error.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"schemaVersion": "1.10",
44
"runOnRequirements": [
55
{
6-
"minServerVersion": "4.9",
6+
"minServerVersion": "4.4.7",
77
"serverless": "forbid",
88
"topologies": [
99
"single"

0 commit comments

Comments
 (0)