CDRIVER-6075 fix and update EVG task coverage on MacOS distros #2088
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.
Resolves CDRIVER-6075.
Per DevProd's EVG Distro Guidelines for MacOS:
CDRIVER-6075 (this PR) announces deprecation targeting the 2.2.0 release in advance of CDRIVER-6076 targeting the 2.3.0 release (per Client Libraries policy). However, this PR applies EVG configuration updates in advance to address ongoing MacOS 11 task failures caused by inconsistent and sometimes ancient
uv
version being provided by the system which DET scripts do not expect (this seems to be a regression sometime after August 1...?).C standard compatibility coverage is also extended to MacOS 14 arm64, specifically for better Apple Clang libc++ coverage. The resource-limited MacOS 14 x86_64 tasks are updated+minimized to test against "minimum" (available) and "latest" server versions only. The MacOS tasks are updated to use "replica" topology by default for better test suite coverage, as "server" (single) is likely not providing as much value (+ there is plenty of equivalent single topology coverage on other distros).
This PR attempted to extend coverage to sharded topologies, but encountered too many unexpected task failures, prompting CDRIVER-6078. This PR also defers investigating
/scram/cache_invalidation
task failures by adding a "skip if macos" condition, prompting CDRIVER-6079.