mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
Verifies that streamLogs properly returns ctx.Err() when the context is cancelled while waiting for logs. This covers the case where a user interrupts an SSH connection (e.g., Ctrl+C) during startup script execution. Refs #21104