Reinterpret latest
to mean "latest build"
#607
Merged
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
latest
to 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
latest
as the server version currently downloads the latest release (including release candidates):Previously
latest
downloaded 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.