-
Notifications
You must be signed in to change notification settings - Fork 491
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
catchpoints: move logic in readDatabaseStep to reusable catchpointOnlineAccountsIterWrapper #6253
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6253 +/- ##
=======================================
Coverage 51.77% 51.78%
=======================================
Files 644 644
Lines 86494 86511 +17
=======================================
+ Hits 44781 44797 +16
+ Misses 38843 38841 -2
- Partials 2870 2873 +3 ☔ 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.
Makes sense to me. Tests passing is probably the best possible code review.
Summary
Fix label generation issue detected in nightly e2e tests after merging #6240. Makes the logic reusable for both catchpoint label trackers (CatchpointTracking: 1) and catchpoint file generators (CatchpointTracking: 2) as well as tests.
Test Plan
Existing tests pass now — additional tests to build on #6224 and further assert contents of catchpoint files will follow in a separate PR.