RUBY-3652 Remove serverless testing#2942
Merged
jamis merged 3 commits intomongodb:masterfrom Aug 22, 2025
Merged
Conversation
comandeo-mongo
previously approved these changes
Aug 19, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
Removes all serverless testing functionality from the MongoDB Ruby driver per DRIVERS-3115. This includes removing serverless-specific methods, test configurations, and CI/CD infrastructure.
- Removes the
serverless?method and related serverless detection logic - Updates test requirements to handle deprecated serverless specifications
- Removes serverless-related CI/CD tasks and environment variables
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 |
|---|---|
| spec/support/spec_config.rb | Removes serverless detection method and adds deprecation wrapper |
| spec/runners/unified/test.rb | Removes serverless-specific error handling for killAllSessions |
| spec/runners/crud/requirement.rb | Adds deprecation support for serverless requirements in test specs |
| spec/runners/crud.rb | Updates test skipping logic for serverless requirements |
| .evergreen/run-tests-atlas-full.sh | Replaces SERVERLESS environment variable with KILL_ALL_SERVER_SESSIONS |
| .evergreen/config/common.yml.erb | Removes serverless task groups and related CI infrastructure |
| .evergreen/config.yml | Removes serverless task groups and related CI infrastructure |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
comandeo-mongo
approved these changes
Aug 22, 2025
jamis
added a commit
to jamis/mongo-ruby-driver
that referenced
this pull request
Dec 3, 2025
* RUBY-3652 Remove serverless testing * don't kill all server sessions for the atlas full tests
jamis
added a commit
that referenced
this pull request
Jan 9, 2026
* Use correct repository for drivers-github-tools * RUBY-3652 Remove serverless testing (#2942) * RUBY-3652 Remove serverless testing * don't kill all server sessions for the atlas full tests * RUBY-3705 Skip tests that fail on latest (#2953) * RUBY-3726 Use new toolchain (#2958) --------- Co-authored-by: Dmitry Rybakov <dmitry@rybakov.eu> --------- Co-authored-by: Dmitry Rybakov <160598371+comandeo-mongo@users.noreply.github.com> Co-authored-by: Dmitry Rybakov <dmitry@rybakov.eu>
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.
Remove all testing of serverless (per DRIVERS-3115).