Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(storage-scrubber): valid layermap error degrades to warning (#9902)
Valid layer assumption is a necessary condition for a layer map to be valid. It's a stronger check imposed by gc-compaction than the actual valid layermap definition. Actually, the system can work as long as there are no overlapping layer maps. Therefore, we degrade that into a warning. Signed-off-by: Alex Chi Z <[email protected]>
- Loading branch information
23f5a27
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
7053 tests run: 6719 passed, 1 failed, 333 skipped (full report)
Failures on Postgres 16
test_sharded_ingest[github-actions-selfhosted-vanilla-1]
: release-x86-64Flaky tests (2)
Postgres 17
test_subscriber_synchronous_commit
: release-x86-64Postgres 14
test_pull_timeline[True]
: release-arm64Code coverage* (full report)
functions
:30.6% (7983 of 26062 functions)
lines
:48.6% (63357 of 130455 lines)
* collected from Rust tests only
23f5a27 at 2024-11-27T18:41:17.757Z :recycle: