Reinterpret latest to mean "latest build"#607
Merged
kevinAlbs merged 6 commits intomongodb-labs:masterfrom Feb 20, 2025
Merged
Conversation
To restore the default version tested before migrating to mongodl.py.
2 tasks
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.
Summary
Change
latestto mean "latest build" rather than "latest release" for the downloaded server version.Verified with this patch build in the C driver, which also includes changes from DRIVERS-3108.
Background & Motivation
Using
latestas the server version currently downloads the latest release (including release candidates):Previously
latestdownloaded the latest build.I want drivers to test an unreleased server feature (SPM-2472). The switch from "latest build" to "latest release" seems unintended (slack). Drivers testing "latest build" seems more useful to catch test issues sooner.
Test failures
Testing this branch in the C driver resulted in two failures.
Load balancer behavior change
Latest build standalone tasks failed to run non-lb-connection-establishment.yml with error:
Filed SERVER-101078. A skip is added in DRIVERS-3108 as a short-term workaround.
macOS fail to start
A task on macOS 11 failed to start latest builds of mongod. Filed SERVER-101020.