-
Notifications
You must be signed in to change notification settings - Fork 476
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(pageserver): validate data integrity during gc-compaction (#10131)
## Problem part of #9114 part of investigation of #10049 ## Summary of changes * If `cfg!(test) or cfg!(feature = testing)`, then we will always try generating an image to ensure the history is replayable, but not put the image layer into the final layer results, therefore discovering wrong key history before we hit a read error. * I suspect it's easier to trigger some races if gc-compaction is continuously run on a timeline, so I increased the frequency to twice per 10 churns. * Also, create branches in gc-compaction smoke tests to get more test coverage. --------- Signed-off-by: Alex Chi Z <[email protected]> Co-authored-by: Arpad Müller <[email protected]>
- Loading branch information
Showing
3 changed files
with
89 additions
and
24 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
a753349
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.
7477 tests run: 7090 passed, 0 failed, 387 skipped (full report)
Flaky tests (4)
Postgres 17
test_storage_controller_node_deletion[True]
: release-arm64test_timeline_archive[4]
: release-arm64Postgres 16
test_physical_replication_config_mismatch_max_locks_per_transaction
: release-arm64Postgres 15
test_physical_replication_config_mismatch_max_locks_per_transaction
: release-x86-64Code coverage* (full report)
functions
:33.7% (8420 of 25015 functions)
lines
:49.2% (70400 of 143232 lines)
* collected from Rust tests only
a753349 at 2025-01-16T00:15:08.108Z :recycle: