Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve CrashsafeOverwriteError source printing (#5410)
## Problem Duplication of error in log Fixes #5366 ## Summary of changes Removed `{0}` from error description above each enum due to presence of `#[source]` to avoid duplication Signed-off-by: Rahul Modpur <[email protected]>
- Loading branch information
af6a20d
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.
2300 tests run: 2176 passed, 2 failed, 122 skipped (full report)
Failures on Postgres 14
test_heavy_write_workload[neon_off-10-5-5]
: releasetest_heavy_write_workload[neon_on-10-5-5]
: releaseFlaky tests (2)
Postgres 16
test_delete_tenant_exercise_crash_safety_failpoints[Check.RETRY_WITHOUT_RESTART-mock_s3-tenant-delete-before-background-True]
: debugtest_pageserver_recovery
: releaseCode coverage (full report)
functions
:53.3% (8080 of 15173 functions)
lines
:81.3% (47179 of 58053 lines)
af6a20d at 2023-10-04T08:25:58.684Z :recycle: