-
Notifications
You must be signed in to change notification settings - Fork 971
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
feat(store): Add HasQ4ByHash method on store #4035
Conversation
Add test util to store pkg |
Pull request was converted to draft
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4035 +/- ##
==========================================
+ Coverage 44.83% 44.89% +0.05%
==========================================
Files 265 308 +43
Lines 14620 22488 +7868
==========================================
+ Hits 6555 10096 +3541
- Misses 7313 11308 +3995
- Partials 752 1084 +332 ☔ View full report in Codecov by Sentry. |
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.
Thanks!
Adds utility method to check if store has the .q4 file of a given hash.
Adds tests to core pkg to ensure that blocks outside sampling window do not have the Q4 file stored.