-
Notifications
You must be signed in to change notification settings - Fork 492
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pageserver: make compaction walredo errors critical (#10884)
Mark walredo errors as critical too. Also pull the pattern matching out into the outer `match`. Follows #10872.
- Loading branch information
1 parent
f7edcf1
commit 07bee60
Showing
2 changed files
with
20 additions
and
28 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
07bee60
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.
7708 tests run: 7324 passed, 0 failed, 384 skipped (full report)
Flaky tests (2)
Postgres 16
test_pageserver_recovery
: release-x86-64-with-lfctest_timelines_parallel_endpoints
: release-arm64-with-lfcCode coverage* (full report)
functions
:32.9% (8620 of 26199 functions)
lines
:48.8% (72737 of 148903 lines)
* collected from Rust tests only
07bee60 at 2025-02-20T14:41:25.765Z :recycle: