-
Notifications
You must be signed in to change notification settings - Fork 476
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify pageserver_physical_gc function (#10104)
This simplifies the code in `pageserver_physical_gc` a little bit after the feedback in #10007 that the code is too complicated. Most importantly, we don't pass around `GcSummary` any more in a complicated fashion, and we save on async stream-combinator-inception in one place in favour of `try_stream!{}`. Follow-up of #10007
- Loading branch information
Showing
1 changed file
with
40 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2ab9f69
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.
7510 tests run: 7118 passed, 2 failed, 390 skipped (full report)
Failures on Postgres 16
test_layer_map[github-actions-selfhosted]
: release-x86-64test_sharding_autosplit[github-actions-selfhosted]
: release-x86-64Flaky tests (6)
Postgres 17
test_deletion_queue_recovery[no-validate-keep]
: release-x86-64test_scrubber_tenant_snapshot[4]
: debug-x86-64test_metrics_normal_work
: release-x86-64, debug-x86-64Postgres 15
test_metrics_normal_work
: release-x86-64Postgres 14
test_metrics_normal_work
: release-arm64Code coverage* (full report)
functions
:33.6% (8446 of 25111 functions)
lines
:49.2% (70795 of 143967 lines)
* collected from Rust tests only
2ab9f69 at 2025-01-21T00:16:24.322Z :recycle: