Skip to content

Commit b7b0d29

Browse files
committed
rename file and update min pool size test
1 parent 4140a99 commit b7b0d29

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

test/discovery_and_monitoring/unified/backpressure-pool-no-clear-min-pool-size-error.json renamed to test/discovery_and_monitoring/unified/backpressure-server-description-unchanged-on-min-pool-size-population-error.json

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"description": "backpressure-pool-not-cleared-on-min-pool-size-population-error",
3-
"schemaVersion": "1.4",
2+
"description": "backpressure-server-description-unchanged-on-min-pool-size-population-error",
3+
"schemaVersion": "1.17",
44
"runOnRequirements": [
55
{
66
"minServerVersion": "4.4",
@@ -20,7 +20,7 @@
2020
],
2121
"tests": [
2222
{
23-
"description": "Pool is not cleared on handshake error during minPoolSize population",
23+
"description": "the server description is not changed on handshake error during minPoolSize population",
2424
"operations": [
2525
{
2626
"name": "createEntities",
@@ -32,10 +32,7 @@
3232
"id": "client",
3333
"observeEvents": [
3434
"serverDescriptionChangedEvent",
35-
"connectionCreatedEvent",
36-
"poolClearedEvent",
37-
"connectionClosedEvent",
38-
"connectionReadyEvent"
35+
"connectionClosedEvent"
3936
],
4037
"uriOptions": {
4138
"appname": "authErrorTest",
@@ -96,19 +93,10 @@
9693
"expectEvents": [
9794
{
9895
"client": "client",
99-
"eventType": "cmap",
96+
"eventType": "sdam",
10097
"events": [
10198
{
102-
"connectionCreatedEvent": {}
103-
},
104-
{
105-
"connectionReadyEvent": {}
106-
},
107-
{
108-
"connectionCreatedEvent": {}
109-
},
110-
{
111-
"connectionClosedEvent": {}
99+
"serverDescriptionChangedEvent": {}
112100
}
113101
]
114102
}

0 commit comments

Comments
 (0)