-
Notifications
You must be signed in to change notification settings - Fork 456
Fix and update EVG configuration for r1.30 #2076
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Ensure CC and CXX consistency, use CMAKE_GENERATOR for Visual Studio * Use ls_distro to reduce boilerplate * Sort std-matrix tasks by compiler and version * Support /std:clatest with MSVC * Exclude -Wc++98-compat warnings from public-header-warnings * Exclude -Wpre-c2x-compat warnings from public-header-warnings * Exclude -Wunsafe-buffer-usage from public-header-warnings * Address C2X compatibility issues due to _Bool macro expansions
…ongodb#1971) * CDRIVER-4469 sync change streams unified spec tests with d9a0e7b2 * CDRIVER-4471 sync change streams unified spec tests with 9a8abe81 * CDRIVER-4469 sync change streams unified spec tests with 1a3b359a * CDRIVER-4639 sync change streams unified spec tests with 474ddfcc * CDRIVER-5863 sync change streams unified spec tests with 449d0397 * CDRIVER-5959 sync change streams unified spec tests with 0aee4aad
…ongodb#2044) * CDRIVER-5873 Drop Debian 9 * CDRIVER-5874 Drop Debian 10 * Tidy up distros.py * Extend Ubuntu/Debian task coverage to latest releases * Migrate primary server coverage tasks to latest RHEL distros * Simplify matrices and update CSFLE vs. QE comments
* Address Earthly 0.8 compatibility warnings * Workaround repository metalink retrieval errors on CentOS * Update release instructions to use AWS ECR instead of Artifactory * Use `$default_search_registry` to avoid forcing use of Amazon ECR * Also migrate sbom task from Artifactory to Amazon ECR
To fix `no such host` error logs observed after the Earthly cloud shutdown.
kevinAlbs
approved these changes
Jul 31, 2025
Collaborator
kevinAlbs
left a comment
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.
Thank you! LGTM with a possible additional cherry-pick:
could not determine which commit(s)
I expect it is 27c0581. Quoting PR:
This change appears to fix ongoing failures for the
client bulkWrite in a transactiontest
* capture cluster time after initial data operations * advance cluster time in newly created session entities * handle tests that do not specify initial data * do not try to read cluster time from standalone
Contributor
Author
Looks like that was it! Thank you. 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Cherry-picks several recent commits (with minor modifications) to address ongoing task failures on the r1.30 branch. These changes are roughly summarized as:
The
loadbalanced-*still fail with these changes. I could not determine which commit(s) are appropriate to fix the "client writeConcern ignored for client bulkWrite in transaction" spec test failure: