-
Notifications
You must be signed in to change notification settings - Fork 547
Update the releases/v4.1 branch with recent EVG config updates and fixes #1490
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
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
* update test case 4 * replace `.local` with `.invalid`
* Reduce sanitizers matrix to static library linkage * Print name of test executable being executed * Pin mongoc_version_minimum to 912209d (CDRIVER-5960) * CXX-3259 bump minimum server version from 4.0 to 4.2 (CDRIVER-5956) * Update MONGOC_VERSION_MINIMUM to better document current practices
* Upgrade uv to 0.8.6 with checksum validation * Consistently use CMAKE_BUILD_PARALLEL_LEVEL (/maxcpucount) for MSBuild
* Remove serverless testing EVG configs
This reverts commit 3233473.
kevinAlbs
approved these changes
Oct 24, 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.
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.
Attempt to mostly fix ongoing EVG task failures on the releases/v4.1 branch. Verified by this patch (+ this patch for
versioned-apitasks).In addition to cherry-picked commits (which contain a PR number), a few additional
fix:commits were necesary to import some C Driver version compatibility workarounds that were applied exclusively to the releases/v3.11 branch (e.g. #1475).CSFLE tests on Windows continue to fail due to the following error:
This does not appear to be due to Python 3.10+ cipher suite compatibility issues (CXX-2628) or due to recent C Driver TLS compatibility changes (CDRIVER-6045). Left unresolved for now.