Files
act_runner/internal/app
Bo-Yi Wu f5abbba716 test(poll): cover Shutdown timeout branch reaching shutdownJobs()
Add TestPoller_ShutdownForcesJobsOnTimeout to lock in the Shutdown()
fix: when a task is parked on jobsCtx and the Shutdown context's
deadline elapses before graceful drain, the timeout branch must reach
p.shutdownJobs() and force-cancel the job — rather than blocking on
<-p.done as the previous (broken) implementation did.

Per @silverwind's review on #822.
2026-04-18 11:43:15 +08:00
..