Joseph Ferano 199ab02a2b Say why the watchdog exits the ordinary way
It calls exit and not _exit, and the reason is the opposite of what the
comment said: the rows that did pass are still in stdout's buffer, and a
watchdog that threw them away would tell you less than the hang did.
Also observed firing from test_dev, which is blocked on a daemon rather
than spinning — the case the reader hang does not cover.
2026-09-12 10:57:50 +07:00
..