Skip to content

Commit 51f2a3f

Browse files
committed
move rm logging dir back to resync-spec
1 parent 02460d3 commit 51f2a3f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.evergreen/remove-unimplemented-tests.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22
PYMONGO=$(dirname "$(cd "$(dirname "$0")" || exit; pwd)")
33

4-
rm -rf $PYMONGO/test/server_selection/logging
54
rm $PYMONGO/test/transactions/legacy/errors-client.json # PYTHON-1894
65
rm $PYMONGO/test/connection_monitoring/wait-queue-fairness.json # PYTHON-1873
76
rm $PYMONGO/test/client-side-encryption/spec/unified/fle2v2-BypassQueryAnalysis.json # PYTHON-5143

.evergreen/resync-specs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ do
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)

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ A PR will be generated by mongodb-drivers-pr-bot containing any changes picked u
448448
The PR description will display the name(s) of the updated specs along
449449
with 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
452452
must be added to a patch file in `/.evergreen/spec-patch`. Each patch
453453
file must be named after the associated PYTHON ticket and contain the
454454
test differences between PyMongo's current tests and the specification.

0 commit comments

Comments
 (0)