-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(storage): Enable full object checksum PR 3/3: integrate full-object checksum in AsyncMultiRangeDownloader #17263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+257
−11
Merged
Changes from 18 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
42ab953
feat(storage): parse finalize_time and server crc32c in async object …
chandra-siri d972c2c
feat(storage): implement rolling checksum and verification in reads r…
chandra-siri b4a7a84
feat(storage): integrate full-object checksum in AsyncMultiRangeDownl…
chandra-siri 7110744
style(storage): apply user feedback on finalize_time and fix unused i…
chandra-siri a437b66
merge: integrate updated finalize_time checks and lint fixes from PR 1
chandra-siri 84b19d1
merge: integrate all updates and lint fixes from PR 1 and PR 2
chandra-siri 9704da7
merge: integrate latest main to resolve pytest-asyncio event loop fai…
chandra-siri 31ef2e3
style(storage): run ruff format to resolve CI lint failures
chandra-siri 25c39e2
merge: integrate PR 1 updates including ruff formatting and pytest-as…
chandra-siri 978b30d
merge: integrate PR 1 and PR 2 updates including ruff formatting and …
chandra-siri c371f59
test(storage): add conftest autouse event loop fixture to resolve pyt…
chandra-siri 21144f9
merge: integrate PR 1 updates including conftest.py event loop fixture
chandra-siri ce827d5
merge: integrate PR 1 and PR 2 updates including conftest.py event lo…
chandra-siri c470641
fix(storage): use second attribute instead of seconds for DatetimeWit…
chandra-siri 3820424
merge: integrate PR 1 second attribute fixes
chandra-siri 0b15f6d
merge: integrate PR 1 and PR 2 updates including second attribute fixes
chandra-siri 2f49dcb
perf(storage): bypass rolling checksum updates when checksum validati…
chandra-siri ff33752
merge: integrate PR 2 updates including Gemini feedback fixes
chandra-siri 9036202
Merge remote-tracking branch 'origin/main' into feat/downloader-check…
chandra-siri 36511bc
style(storage): fix lints and reformat code
chandra-siri File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we have a system test that fails if the validation is skipped or applied incorrectly? |
This file contains hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.