-
Notifications
You must be signed in to change notification settings - Fork 456
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move load_timeline_metadata into separate function (#9080)
Moves the per-timeline code to load timeline metadata into a new dedicated function called `load_timeline_metadata`. The old `load_timeline_metadata` becomes `load_timelines_metadata`. Split out of #8907 Part of #8088
- Loading branch information
Showing
1 changed file
with
38 additions
and
36 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
a3800dc
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.
5091 tests run: 4917 passed, 0 failed, 174 skipped (full report)
Flaky tests (10)
Postgres 17
test_pageserver_compaction_smoke
: release-arm64test_ondemand_wal_download_in_replication_slot_funcs
: debug-x86-64test_neon_cli_basics
: debug-x86-64test_tenant_config
: debug-x86-64test_subscriber_restart
: release-x86-64, debug-x86-64Postgres 16
test_slots_and_branching
: release-x86-64Postgres 15
test_ondemand_wal_download_in_replication_slot_funcs
: release-x86-64Postgres 14
test_scrubber_physical_gc[4]
: release-x86-64, release-arm64Code coverage* (full report)
functions
:31.9% (7436 of 23316 functions)
lines
:49.9% (59923 of 120123 lines)
* collected from Rust tests only
a3800dc at 2024-09-21T23:37:10.051Z :recycle: