-
Notifications
You must be signed in to change notification settings - Fork 126
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
Bug 1902992 - Flush database time-based when delayPingLifetimeIo=true #2871
Conversation
7e12e17
to
3e02a45
Compare
currently based on #2877, so will be rebased when that lands. |
3e02a45
to
61f33af
Compare
61f33af
to
3b9a08d
Compare
3b9a08d
to
2effc66
Compare
I ended up adding it as a top-level configuration in this branch: https://github.com/mozilla/glean/compare/1902992/flush-time-based-with-config?expand=1 It still has some TODOs, mostly docs, but I think that's a viable approach. But I won't get that done this week. Edit 2024-07-31: Now done in this PR. |
This allows us to enable that feature in testing or potentially even for other platforms.
d9ca572
to
5edc4b0
Compare
5edc4b0
to
0c4055c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2871 +/- ##
=======================================
Coverage 31.81% 31.81%
=======================================
Files 1 1
Lines 44 44
=======================================
Hits 14 14
Misses 30 30 ☔ View full report in Codecov by Sentry. |
No description provided.