-
Notifications
You must be signed in to change notification settings - Fork 456
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(pageserver main): signal handling (#6554)
This refactoring makes it easier to experimentally replace BACKGROUND_RUNTIME with a single-threaded runtime. Found this useful [during benchmarking](#6555).
- Loading branch information
Showing
1 changed file
with
35 additions
and
29 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
e82625b
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.
2450 tests run: 2328 passed, 3 failed, 119 skipped (full report)
Failures on Postgres 15
test_gc_cutoff
: debugFailures on Postgres 14
test_lazy_startup
: releasetest_pageserver_recovery
: debugFlaky tests (4)
Postgres 16
test_statvfs_pressure_usage
: debugtest_gc_cutoff
: debugPostgres 15
test_gc_cutoff
: releasePostgres 14
test_secondary_mode_eviction
: debugTest coverage report is not available
e82625b at 2024-02-01T00:27:56.127Z :recycle: