-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[Spec Resync] 07-28-2025 #2447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Spec Resync] 07-28-2025 #2447
Conversation
c78dfc4
to
324bb15
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! ^-^
@@ -33,7 +33,11 @@ def resync_specs(directory: pathlib.Path, errored: dict[str, str]) -> None: | |||
def apply_patches(): | |||
print("Beginning to apply patches") # noqa: T201 | |||
subprocess.run(["bash", "./.evergreen/remove-unimplemented-tests.sh"], check=True) # noqa: S603, S607 | |||
subprocess.run(["git apply -R --allow-empty ./.evergreen/spec-patch/*"], shell=True, check=True) # noqa: S602, S607 | |||
subprocess.run( | |||
["git apply -R --allow-empty --whitespace=fix ./.evergreen/spec-patch/*"], # noqa: S607 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the --whitespace=fix
is a nice add!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
The following specs were changed:
-bson_corpus
-collection_management
-connection_logging
-connection_monitoring
-connection_string
-crud
-discovery_and_monitoring
-load_balancer
-sdam_monitoring
-server_selection_logging