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 11#! /bin/bash
22PYMONGO=$( dirname " $( cd " $( dirname " $0 " ) " || exit ; pwd) " )
33
4- rm -rf $PYMONGO /test/server_selection/logging
54rm $PYMONGO /test/transactions/legacy/errors-client.json # PYTHON-1894
65rm $PYMONGO /test/connection_monitoring/wait-queue-fairness.json # PYTHON-1873
76rm $PYMONGO /test/client-side-encryption/spec/unified/fle2v2-BypassQueryAnalysis.json # PYTHON-5143
Original file line number Diff line number Diff line change 176176 ;;
177177 server-selection|server_selection)
178178 cpjson server-selection/tests/ server_selection
179+ rm -rf $PYMONGO /test/server_selection/logging
179180 cpjson server-selection/tests/logging server_selection_logging
180181 ;;
181182 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
448448The PR description will display the name(s) of the updated specs along
449449with any errors that occurred.
450450
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
452452must be added to a patch file in ` /.evergreen/spec-patch ` . Each patch
453453file must be named after the associated PYTHON ticket and contain the
454454test differences between PyMongo's current tests and the specification.
You can’t perform that action at this time.
0 commit comments