Support graceful tests termination #20
Labels
code/feature
Some dance tool feature is not implemented yet
not ready
Issues that are not ready to be worked on; PRs that should skip CI
Run
function should send SIGINT togo test
process for graceful shutdown (once it is implemented: testing: run Cleanup if SIGINT occurs golang/go#41891). It should not just useos/exec.CommandContext
as it is not graceful.cmd.Process.Kill()
go test
process after a fixed timeout of 10 seconds if it is not terminated yet.The text was updated successfully, but these errors were encountered: