test(daemon): bound idle frontend maintenance probes - #2101
Conversation
Signed-off-by: lorenzozanee <wyz0707@proton.me>
|
Thanks for opening this — it has been seen, and it is queued. This note is automated, but it is not a brush-off: it exists so you know where your PR stands instead of having to guess from silence. Current review status: working through a backlog. What that means for this PR, concretely:
Things that will genuinely speed it up whenever review does happen:
If this fixes a bug, a reproduction we can run is worth more than a description of the symptom. Thanks for contributing, and sorry in advance for the wait. |
|
Thank you for adding a focused regression test around idle frontend maintenance probes. Current main distinguishes the idle maintenance cadence from the active one in src/daemon/frontend.c; pinning that behavior is useful coverage for the reports in #2093. This is queued for review, and we need a little more time before giving a decision. The review queue is currently full, so detailed feedback may take a little time. We are working through it carefully and appreciate the work you have put into supporting the project. Thank you for your patience. |
Summary
Add focused regression coverage for the idle frontend maintenance probe cadence, preventing the old hot polling loop from returning during quiet sessions.
Reviewers
@DeusData, @CaptainMittens, @LazyXuan
Fixes #2093