Skip to content

Commit 43e5f87

Browse files
sync latest spec changes
1 parent d366fec commit 43e5f87

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

test/spec/server-discovery-and-monitoring/unified/pool-clear-checkout-error.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
]
150150
},
151151
{
152-
"description": "Pool is cleared connection is closed (handshake error)",
152+
"description": "Pool is cleared before connection is closed (handshake error)",
153153
"runOnRequirements": [
154154
{
155155
"topologies": [

test/spec/server-discovery-and-monitoring/unified/pool-clear-checkout-error.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ tests:
8787
- connectionClosedEvent: {}
8888
- connectionCheckOutFailedEvent: {}
8989

90-
- description: Pool is cleared connection is closed (handshake error)
90+
- description: Pool is cleared before connection is closed (handshake error)
9191
runOnRequirements:
9292
- topologies: [ single ]
9393
operations:
@@ -129,7 +129,7 @@ tests:
129129
previousDescription:
130130
type: "Unknown"
131131
newDescription:
132-
type: "Single"
132+
type: "Single"
133133
count: 1
134134

135135
- name: failPoint
@@ -146,7 +146,7 @@ tests:
146146
- isMaster
147147
appName: authErrorTest
148148
closeConnection: true
149-
149+
150150
- name: insertMany
151151
object: *collection
152152
arguments:
@@ -177,3 +177,4 @@ tests:
177177
- poolClearedEvent: {}
178178
- connectionClosedEvent: {}
179179
- connectionCheckOutFailedEvent: {}
180+

test/spec/server-discovery-and-monitoring/unified/pool-clear-min-pool-size-error.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
"description": "Pool is cleared on authentication error during minPoolSize population",
2424
"runOnRequirements": [
2525
{
26-
"minServerVersion": "4.4",
27-
"serverless": "forbid",
2826
"auth": true
2927
}
3028
],

test/spec/server-discovery-and-monitoring/unified/pool-clear-min-pool-size-error.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ tests:
1818
- description: Pool is cleared on authentication error during minPoolSize population
1919
runOnRequirements:
2020
# failCommand appName requirements
21-
- minServerVersion: "4.4"
22-
serverless: forbid
23-
auth: true
21+
- auth: true
2422
operations:
2523
- name: failPoint
2624
object: testRunner

0 commit comments

Comments
 (0)