Files
gandalf/tests
jaredandClaude Sonnet 4.6 0693ad56f9
Lint / Python (flake8) (push) Skipped
Lint / JS (eslint) (push) Skipped
Fix monitor loop double-sleep on error; add grep -F regression test
On exception the monitor slept 30s inside the except block then fell
through to time.sleep(poll_interval), giving a 150s recovery gap instead
of 30s. Adding continue after the error sleep fixes this.

Also adds a regression test asserting dmesg filtering uses grep -F --
so a future refactor cannot silently reintroduce the regex wildcard bug.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-13 13:16:43 -04:00
..