Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachprod: ensure
CommandContext
returns when context is canceled
Without setting `WaitDelay`, there is a chance that we will hang waiting for child processes to exit if the IO pipes are not closed. See documentation at: https://pkg.go.dev/os/exec#Cmd Informs: #131095 Release note: None
- Loading branch information