-
Notifications
You must be signed in to change notification settings - Fork 458
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ephemeral file: refactor write_blob impl to concentrate mutable state (…
…#5004) Before this patch, we had the `off` and `blknum` as function-wide mutable state. Now it's contained in the `Writer` struct. The use of `push_bytes` instead of index-based filling of the buffer also makes it easier to reason about what's going on. This is prep for #4994
- Loading branch information
Showing
1 changed file
with
65 additions
and
35 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
957af04
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.
1664 tests run: 1580 passed, 2 failed, 82 skipped (full report)
Failures on Posgres 15
test_delete_tenant_exercise_crash_safety_failpoints[Check.RETRY_WITHOUT_RESTART-real_s3-tenant-delete-before-shutdown-False]
: debugFailures on Posgres 14
test_layer_map
: release957af04 at 2023-08-17T10:43:40.646Z :recycle: