-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Bazel
-
None
-
Fully Compatible
-
Build OnDeck
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
- Summary
- Add `--skip-system-library-check` to the `run release package test` Evergreen function.
- Propagate the option through `buildscripts/package_test/package_test.py` to `package_test_internal.py`.
- Keep the dependency check enabled by default for branch package tests and cover the behavior with a unit test.
This prevents historical release packages from being compared with current system-library baselines while preserving validation for newly built packages.
-
- Testing
- `bazel test //buildscripts/tests:test_package_test_internal`
- `evergreen validate --quiet --project mongodb-mongo-master-nightly --file etc/evergreen.yml`
- `bazel run format`