Skip to content

Commit 1300677

Browse files
mongodb-drivers-pr-bot[bot]Cloud Userblink1073
authored
[Spec Resync] 12-22-2025 (#2663)
Co-authored-by: Cloud User <ec2-user@ip-10-128-23-103.ec2.internal> Co-authored-by: Steven Silvester <steve.silvester@mongodb.com>
1 parent 18c1f14 commit 1300677

File tree

5 files changed

+11
-448
lines changed

5 files changed

+11
-448
lines changed

.evergreen/remove-unimplemented-tests.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ rm $PYMONGO/test/discovery_and_monitoring/unified/pool-clear-application-error.j
77
rm $PYMONGO/test/discovery_and_monitoring/unified/pool-clear-checkout-error.json # PYTHON-4918
88
rm $PYMONGO/test/discovery_and_monitoring/unified/pool-clear-min-pool-size-error.json # PYTHON-4918
99
rm $PYMONGO/test/client-side-encryption/spec/unified/client-bulkWrite-qe.json # PYTHON-4929
10+
rm $PYMONGO/test/sessions/snapshot-sessions.json # PYTHON-5559
1011

1112
# Python doesn't implement DRIVERS-3064
1213
rm $PYMONGO/test/collection_management/listCollections-rawdata.json
@@ -50,4 +51,7 @@ rm $PYMONGO/test/csot/override-database-timeoutMS.json
5051
# PYTHON-2943 - Socks5 Proxy Support
5152
rm $PYMONGO/test/uri_options/proxy-options.json
5253

54+
# PYTHON-5517 - Avoid clearing the connection pool when the server connection rate limiter triggers
55+
rm $PYMONGO/test/discovery_and_monitoring/unified/backpressure-*.json
56+
5357
echo "Done removing unimplemented tests"

0 commit comments

Comments
 (0)