-
Notifications
You must be signed in to change notification settings - Fork 21
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
[O2B-719] Add range based filtering for run number #1810
[O2B-719] Add range based filtering for run number #1810
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1810 +/- ##
==========================================
+ Coverage 44.02% 44.10% +0.07%
==========================================
Files 891 891
Lines 15898 15922 +24
Branches 2999 3006 +7
==========================================
+ Hits 6999 7022 +23
- Misses 8899 8900 +1 ☔ View full report in Codecov by Sentry. |
The idea is good, but there is a major flaw: when using a very big range (with prod data) the app simply crash because the list of run numbers is too big. |
I have a JIRA ticket
Notable changes for users:
Notable changes for developers:
Changes made to the database: