-
Notifications
You must be signed in to change notification settings - Fork 456
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement decompression for vectored reads (#8302)
Implement decompression of images for vectored reads. This doesn't implement support for still treating blobs as uncompressed with the bits we reserved for compression, as we have removed that functionality in #8300 anyways. Part of #5431
- Loading branch information
Showing
2 changed files
with
139 additions
and
28 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
2e37aa3
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.
3135 tests run: 3004 passed, 4 failed, 127 skipped (full report)
Failures on Postgres 14
test_random_writes[neon-github-actions-selfhosted]
: releasetest_heavy_write_workload[neon_on-github-actions-selfhosted-10-5-5]
: releasetest_sharding_autosplit[github-actions-selfhosted]
: releasetest_storage_controller_many_tenants[github-actions-selfhosted]
: releaseFlaky tests (2)
Postgres 15
test_subscriber_restart
: releasePostgres 14
test_pageserver_lsn_wait_error_safekeeper_stop
: debugCode coverage* (full report)
functions
:32.7% (6979 of 21326 functions)
lines
:50.1% (54965 of 109620 lines)
* collected from Rust tests only
2e37aa3 at 2024-07-12T03:58:25.230Z :recycle: