Skip to content
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

fix: Partial responses from the distributed storage could result in faulty missing records #21

Merged
merged 3 commits into from
Dec 9, 2024

Conversation

viccon
Copy link
Owner

@viccon viccon commented Dec 9, 2024

Overview

If we are able to retrieve some IDs from a distributed storage, but the call to fetch the remaining IDs fails, those IDs would be cached as missing records if the setting is enabled.

@viccon viccon merged commit 8b2931a into main Dec 9, 2024
1 check passed
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.79%. Comparing base (f2a0c00) to head (3ee62ce).
Report is 1 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #21      +/-   ##
==========================================
+ Coverage   88.72%   88.79%   +0.07%     
==========================================
  Files          14       14              
  Lines        1091     1098       +7     
==========================================
+ Hits          968      975       +7     
  Misses         94       94              
  Partials       29       29              

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

@viccon viccon deleted the missing-distributed-records branch December 30, 2024 08:57
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.

2 participants