RUBY-3775 Add build variant for "rapid" server release#2987
Open
jamis wants to merge 9 commits intomongodb:masterfrom
Open
RUBY-3775 Add build variant for "rapid" server release#2987jamis wants to merge 9 commits intomongodb:masterfrom
jamis wants to merge 9 commits intomongodb:masterfrom
Conversation
drivers-evergreen-tools is (for some reason) pulling 8.3.0-alpha when I ask for rapid...
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds support for MongoDB's "rapid" release stream (version 8.2) to the driver's test matrix, enabling continuous integration testing against the latest rapid server releases.
Changes:
- Defined "rapid" as a new MongoDB version axis mapped to version 8.2
- Extended test matrices to include rapid release alongside stable 8.0 for various configurations
- Added conditional test skips to handle known issues with specific mongocryptd versions
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| .evergreen/config/axes.yml.erb | Defines the "rapid" version axis with MongoDB 8.2 |
| .evergreen/config/standard.yml.erb | Updates test matrices to include rapid release alongside stable versions |
| .evergreen/config.yml | Generated configuration file reflecting the rapid release test matrix changes |
| spec/support/crypt.rb | Adds version checks to skip FLE tests for problematic mongocryptd versions |
| spec/integration/client_side_encryption/kms_tls_options_spec.rb | Adds conditional to skip certain KMS tests on older server versions |
| .evergreen/run-tests.sh | Installs waitress Python package for test infrastructure |
| .mod/drivers-evergreen-tools | Updates submodule reference for driver tooling |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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 rapid release to the test matrix for the driver.