Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow cancelling of a test #17

Closed
SimonRichardson opened this issue Jul 16, 2024 · 1 comment · Fixed by #18
Closed

Allow cancelling of a test #17

SimonRichardson opened this issue Jul 16, 2024 · 1 comment · Fixed by #18

Comments

@SimonRichardson
Copy link

We're spawning new go tests, but if you've got a test that's hanging/deadlocked, then it would be nice to kill the spawned job. The workaround is to kill the parent process (vscode), which isn't ideal.

@babakks
Copy link
Owner

babakks commented Oct 14, 2024

Thanks for the suggestion, @SimonRichardson. The new version of the extension (v0.0.15) supports the cancelling of test runs. To cancel a test, you'd need to click on the stop button next to the running test's name in the "Test Output" pane. That will kill the underlying go test ... process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants