-
Notifications
You must be signed in to change notification settings - Fork 485
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pageserver: clean up references to timeline delete marker, uninit mar…
…ker (#5718) (#10627) ## Problem Since [#5580](#5580) the delete and uninit file markers are no longer needed. ## Summary of changes Remove the remaining code for the delete and uninit markers. Additionally removes the `ends_with_suffix` function as it is no longer required. Closes [#5718](#5718).
- Loading branch information
Showing
2 changed files
with
1 addition
and
33 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
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
b1e4510
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.
7565 tests run: 7201 passed, 1 failed, 363 skipped (full report)
Failures on Postgres 16
test_layer_map[github-actions-selfhosted]
: release-x86-64-with-lfcFlaky tests (2)
Postgres 16
test_compute_pageserver_connection_stress
: release-arm64-with-lfcPostgres 15
test_s3_wal_replay
: release-arm64-with-lfcCode coverage* (full report)
functions
:33.2% (8520 of 25635 functions)
lines
:48.9% (71455 of 146051 lines)
* collected from Rust tests only
b1e4510 at 2025-02-03T14:23:38.598Z :recycle: