Add MongoDB 8.2 to Evergreen test matrix#3037
Merged
comandeo-mongo merged 2 commits intomongodb:masterfrom May 6, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds MongoDB 8.2 as an additional server version target in the Evergreen CI matrix, extending coverage for “recent” MongoDB testing without changing driver runtime behavior.
Changes:
- Added an
8.2value to themongodb-versionaxis in Evergreen axes config. - Included
8.2in therecent_mdblist used by key “recent” build variants (mongo-recent, auth/ssl, stress). - Regenerated
.evergreen/config.ymlto reflect the template updates.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .evergreen/config/standard.yml.erb | Expands recent_mdb to include MongoDB 8.2 so “recent” build variants pick it up. |
| .evergreen/config/axes.yml.erb | Adds the MongoDB 8.2 axis entry (MONGODB_VERSION: "8.2"). |
| .evergreen/config.yml | Regenerated Evergreen config reflecting the new axis value and updated variant matrices. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Replace wall-clock measurement with sleep spy to verify requested backoff durations rather than actual elapsed time. This eliminates CI failures on loaded machines where OS sleep overshoots the 0.5s tolerance.
jamis
approved these changes
May 5, 2026
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
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.
Adds MongoDB 8.2 (currently at 8.2.7) to the Evergreen CI test matrix.
Changes:
8.2axis value tomongodb-versioninaxes.yml.erb8.2torecent_mdbinstandard.yml.erb, which includes it in themongo-recent,auth/ssl, andstressbuild variantsconfig.yml