Skip to content

blobstore: checksum support for mpu#332

Merged
sandeepvinayak merged 13 commits intosalesforce:mainfrom
sandeepvinayak:spal/checksum-mpu
Mar 9, 2026
Merged

blobstore: checksum support for mpu#332
sandeepvinayak merged 13 commits intosalesforce:mainfrom
sandeepvinayak:spal/checksum-mpu

Conversation

@sandeepvinayak
Copy link
Contributor

Summary

< Provide a brief description of the changes in this PR >

Some conventions to follow

  1. add the module name as a prefix
    • for example: add a prefix: docstore: for document store module, blobstore for Blob Store module
  2. for a test only PR, add test:
  3. for a perf improvement only PR, add perf:
  4. for a refactoring only PR, add "refactor:"

@codecov-commenter
Copy link

codecov-commenter commented Mar 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.06%. Comparing base (077997e) to head (0fa96e9).

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     
Flag Coverage Δ
unittests 82.06% <100.00%> (+0.08%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sandeepvinayak sandeepvinayak marked this pull request as ready for review March 9, 2026 17:49
@sandeepvinayak sandeepvinayak marked this pull request as draft March 9, 2026 17:50
@sandeepvinayak sandeepvinayak marked this pull request as ready for review March 9, 2026 19:55
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<version>3.13.2</version>
<version>3.12.1</version>
Copy link
Contributor Author

@sandeepvinayak sandeepvinayak Mar 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reverting since I noticed some intermittent issues from wiremock for 500 through proxy
"Network failure trying to make a proxied request from WireMock"

@sandeepvinayak sandeepvinayak enabled auto-merge (squash) March 9, 2026 20:54
@sandeepvinayak sandeepvinayak merged commit 5a56444 into salesforce:main Mar 9, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants