Skip to content

Commit 2f6d83b

Browse files
authored
RUST-777 Sync cmap spec tests to pick up race condition fix (#378)
1 parent 4bd9f8e commit 2f6d83b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/test/spec/json/connection-monitoring-and-pooling/pool-clear-clears-waitqueue.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@
7373
"type": "ConnectionCheckOutStarted",
7474
"address": 42
7575
},
76-
{
77-
"type": "ConnectionPoolCleared",
78-
"address": 42
79-
},
8076
{
8177
"type": "ConnectionCheckOutFailed",
8278
"reason": "connectionError",
@@ -95,6 +91,7 @@
9591
],
9692
"ignore": [
9793
"ConnectionPoolReady",
94+
"ConnectionPoolCleared",
9895
"ConnectionPoolCreated",
9996
"ConnectionCreated",
10097
"ConnectionReady",

src/test/spec/json/connection-monitoring-and-pooling/pool-clear-clears-waitqueue.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ events:
4444
address: 42
4545
- type: ConnectionCheckOutStarted
4646
address: 42
47-
- type: ConnectionPoolCleared
48-
address: 42
4947
- type: ConnectionCheckOutFailed
5048
reason: connectionError
5149
address: 42
@@ -57,6 +55,7 @@ events:
5755
address: 42
5856
ignore:
5957
- ConnectionPoolReady
58+
- ConnectionPoolCleared
6059
- ConnectionPoolCreated
6160
- ConnectionCreated
6261
- ConnectionReady

0 commit comments

Comments
 (0)