-
Notifications
You must be signed in to change notification settings - Fork 479
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Shut down timelines during offload and add offload tests (#9289)
Add a test for timeline offloading, and subsequent unoffloading. Also adds a manual endpoint, and issues a proper timeline shutdown during offloading which prevents a pageserver hang at shutdown. Part of #8088.
- Loading branch information
Showing
5 changed files
with
181 additions
and
0 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
ec4cc30
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.
5290 tests run: 5073 passed, 0 failed, 217 skipped (full report)
Flaky tests (4)
Postgres 17
test_pg_regress[None]
: debug-x86-64Postgres 16
test_timelines_parallel_endpoints
: release-x86-64Postgres 15
test_s3_wal_replay
: release-arm64Postgres 14
test_timelines_parallel_endpoints
: release-x86-64Code coverage* (full report)
functions
:31.4% (7549 of 24048 functions)
lines
:49.2% (60379 of 122834 lines)
* collected from Rust tests only
ec4cc30 at 2024-10-15T11:40:32.442Z :recycle: