-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
safekeeper: check for non-consecutive writes in safekeeper.rs
wal_storage.rs already checks this, but since this is a quite legit scenario check it at safekeeper.rs (consensus level) as well. ref #8212 This is a take 2; previous PR #8640 had been reverted because interplay with another change broke test_last_log_term_switch.
- Loading branch information
Showing
3 changed files
with
113 additions
and
23 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
c7187be
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.
3903 tests run: 3787 passed, 0 failed, 116 skipped (full report)
Flaky tests (3)
Postgres 16
test_delete_timeline_client_hangup
: debug-x86-64Postgres 15
test_upgrade_generationless_local_file_paths
: release-x86-64test_secondary_background_downloads
: release-x86-64Code coverage* (full report)
functions
:32.4% (7420 of 22870 functions)
lines
:50.6% (60103 of 118869 lines)
* collected from Rust tests only
c7187be at 2024-09-03T18:05:38.640Z :recycle: