-
Notifications
You must be signed in to change notification settings - Fork 458
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(pageserver): plumb through RequestContext to VirtualFile write …
…methods (#7566) This PR introduces no functional changes. The read path will be done separately. refs #6107 refs #7386
- Loading branch information
Showing
18 changed files
with
246 additions
and
105 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -363,6 +363,8 @@ pub enum TaskKind { | |
|
||
EphemeralFilePreWarmPageCache, | ||
|
||
LayerDownload, | ||
|
||
#[cfg(test)] | ||
UnitTest, | ||
} | ||
|
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
Oops, something went wrong.
45ec868
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.
2943 tests run: 2807 passed, 2 failed, 134 skipped (full report)
Failures on Postgres 14
test_heavy_write_workload[neon_off-github-actions-selfhosted-10-5-5]
: releasetest_pgbench_intensive_init_workload[neon_off-github-actions-selfhosted-1000]
: releaseFlaky tests (1)
Postgres 14
test_timeline_size_quota_on_startup
: releaseCode coverage* (full report)
functions
:28.1% (6604 of 23543 functions)
lines
:46.8% (46982 of 100480 lines)
* collected from Rust tests only
45ec868 at 2024-05-02T18:25:32.129Z :recycle: