File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
PYMONGO=$( dirname " $( cd " $( dirname " $0 " ) " || exit ; pwd) " )
3
3
4
- rm -rf $PYMONGO /test/server_selection/logging
5
4
rm $PYMONGO /test/transactions/legacy/errors-client.json # PYTHON-1894
6
5
rm $PYMONGO /test/connection_monitoring/wait-queue-fairness.json # PYTHON-1873
7
6
rm $PYMONGO /test/client-side-encryption/spec/unified/fle2v2-BypassQueryAnalysis.json # PYTHON-5143
Original file line number Diff line number Diff line change 176
176
;;
177
177
server-selection|server_selection)
178
178
cpjson server-selection/tests/ server_selection
179
+ rm -rf $PYMONGO /test/server_selection/logging
179
180
cpjson server-selection/tests/logging server_selection_logging
180
181
;;
181
182
server-selection-logging|server_selection_logging)
Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ A PR will be generated by mongodb-drivers-pr-bot containing any changes picked u
448
448
The PR description will display the name(s) of the updated specs along
449
449
with any errors that occurred.
450
450
451
- Spec test changes associated with a behavioral change or bugfix that has yet to be implemented in PyMongo
451
+ Spec test changes associated with a behavioral change or bugfix that has yet to be implemented in PyMongo
452
452
must be added to a patch file in ` /.evergreen/spec-patch ` . Each patch
453
453
file must be named after the associated PYTHON ticket and contain the
454
454
test differences between PyMongo's current tests and the specification.
You can’t perform that action at this time.
0 commit comments