-
Notifications
You must be signed in to change notification settings - Fork 479
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(pageserver): upgrade remote_storage to use hyper1 (#9405)
part of #9255 ## Summary of changes Upgrade remote_storage crate to use hyper1. Hyper0 is used when providing the streaming HTTP body to the s3 SDK, and it is refactored to use hyper1. Signed-off-by: Alex Chi Z <[email protected]>
- Loading branch information
Showing
3 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
8a114e3
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.
5290 tests run: 5071 passed, 2 failed, 217 skipped (full report)
Failures on Postgres 16
test_storage_controller_many_tenants[github-actions-selfhosted]
: release-x86-64test_basebackup_with_high_slru_count[github-actions-selfhosted-10-13-30]
: release-x86-64Flaky tests (1)
Postgres 17
test_pg_regress[4]
: debug-x86-64Code coverage* (full report)
functions
:31.3% (7555 of 24112 functions)
lines
:49.1% (60418 of 122937 lines)
* collected from Rust tests only
8a114e3 at 2024-10-16T18:13:30.476Z :recycle: