blobstore: checksum support for mpu#332
Merged
sandeepvinayak merged 13 commits intosalesforce:mainfrom Mar 9, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #332 +/- ##
============================================
+ Coverage 81.97% 82.06% +0.08%
- Complexity 552 553 +1
============================================
Files 183 183
Lines 11199 11238 +39
Branches 1494 1498 +4
============================================
+ Hits 9180 9222 +42
Misses 1351 1351
+ Partials 668 665 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
sandeepvinayak
commented
Mar 9, 2026
| <groupId>org.wiremock</groupId> | ||
| <artifactId>wiremock</artifactId> | ||
| <version>3.13.2</version> | ||
| <version>3.12.1</version> |
Contributor
Author
There was a problem hiding this comment.
reverting since I noticed some intermittent issues from wiremock for 500 through proxy
"Network failure trying to make a proxied request from WireMock"
LihaoLiuXs
reviewed
Mar 9, 2026
LihaoLiuXs
approved these changes
Mar 9, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
< Provide a brief description of the changes in this PR >
Some conventions to follow
docstore:for document store module,blobstorefor Blob Store moduletest:perf: