Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pageserver): update remote latest_gc_cutoff after gc-compaction (#…
…10209) ## Problem close #10208 part of #9114 ## Summary of changes * Ensure remote `latest_gc_cutoff` is up-to-date before removing any files for gc-compaction. Signed-off-by: Alex Chi Z <chi@neon.tech>
- Loading branch information
9c53b41
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.
7245 tests run: 6936 passed, 1 failed, 308 skipped (full report)
Failures on Postgres 16
test_storage_controller_many_tenants[github-actions-selfhosted]
: release-x86-64Flaky tests (3)
Postgres 17
test_timeline_archival_chaos
: release-arm64Postgres 16
test_physical_replication_config_mismatch_too_many_known_xids
: release-arm64Postgres 14
test_lr_with_slow_safekeeper
: release-arm64Code coverage* (full report)
functions
:31.2% (8396 of 26877 functions)
lines
:47.9% (66671 of 139059 lines)
* collected from Rust tests only
9c53b41 at 2024-12-19T20:55:17.467Z :recycle: