-
Notifications
You must be signed in to change notification settings - Fork 461
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pageserver: refactor generation-aware loading code into generic (#9545)
## Problem Indices used to be the only kind of object where we had to search across generations to find the most recent one. As of #9543, manifests will need the same treatment. ## Summary of changes - Refactor download_index_part to a generic download_generation_object function, which will be usable for downloading manifest objects as well.
- Loading branch information
Showing
1 changed file
with
91 additions
and
48 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
4ef7421
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.
5380 tests run: 5148 passed, 0 failed, 232 skipped (full report)
Flaky tests (4)
Postgres 17
test_pg_regress[None]
: release-arm64, debug-x86-64test_isolation[None]
: debug-x86-64test_readonly_node_gc
: debug-x86-64Code coverage* (full report)
functions
:31.4% (7734 of 24621 functions)
lines
:48.9% (60683 of 124219 lines)
* collected from Rust tests only
4ef7421 at 2024-10-29T14:42:10.099Z :recycle: