-
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.
remote_storage: add
DownloadOpts::byte_(start|end)
(#9293)
`download_byte_range()` is basically a copy of `download()` with an additional option passed to the backend SDKs. This can cause these code paths to diverge, and prevents combining various options. This patch adds `DownloadOpts::byte_(start|end)` and move byte range handling into `download()`.
- Loading branch information
1 parent
f87f5a3
commit 211970f
Showing
8 changed files
with
240 additions
and
241 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
Oops, something went wrong.
211970f
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.
5085 tests run: 4878 passed, 0 failed, 207 skipped (full report)
Flaky tests (2)
Postgres 15
test_subscriber_restart
: release-x86-64Postgres 14
test_storage_controller_heartbeats[failure4]
: release-x86-64Code coverage* (full report)
functions
:31.3% (7503 of 23946 functions)
lines
:49.5% (60257 of 121839 lines)
* collected from Rust tests only
211970f at 2024-10-09T10:31:11.078Z :recycle: