-
Notifications
You must be signed in to change notification settings - Fork 463
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(pageserver): add delta layer iterator (#8064)
part of #8002 ## Summary of changes Add delta layer iterator and tests. --------- Signed-off-by: Alex Chi Z <[email protected]>
- Loading branch information
Showing
2 changed files
with
201 additions
and
4 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
23827c6
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.
3028 tests run: 2900 passed, 2 failed, 126 skipped (full report)
Failures on Postgres 14
test_pgbench_intensive_init_workload[neon_on-github-actions-selfhosted-1000]
: releasetest_heavy_write_workload[neon_on-github-actions-selfhosted-10-5-5]
: releaseFlaky tests (1)
Postgres 15
test_secondary_background_downloads
: debugCode coverage* (full report)
functions
:32.7% (6918 of 21143 functions)
lines
:50.1% (54111 of 108061 lines)
* collected from Rust tests only
23827c6 at 2024-06-27T17:29:02.608Z :recycle: