-
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.
refactor(virtual_file): take owned buffer in VirtualFile::write_all (#…
…6664) Building atop #6660 , this PR converts VirtualFile::write_all to owned buffers. Part of #6663
- Loading branch information
Showing
8 changed files
with
81 additions
and
83 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
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
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
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
7fa732c
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.
2511 tests run: 2382 passed, 4 failed, 125 skipped (full report)
Failures on Postgres 14
test_pageserver_max_throughput_getpage_at_latest_lsn[10-6-30]
: releasetest_pageserver_max_throughput_getpage_at_latest_lsn[10-13-30]
: releasetest_pageserver_max_throughput_getpage_at_latest_lsn[1-6-30]
: releasetest_pageserver_max_throughput_getpage_at_latest_lsn[1-13-30]
: releaseCode coverage (full report)
functions
:55.9% (12835 of 22954 functions)
lines
:82.5% (69238 of 83900 lines)
7fa732c at 2024-02-13T18:33:14.609Z :recycle: