You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of Go, VS Code & VS Code Go extension are you using?
go version go1.17.1 linux/amd64
Nightly vscode-go v2021.10.2813
Describe the bug
When the user runs a test or tests in the test explorer and one of those tests panics or times out, all tests that have not already completed, including the one that panicked or timed out, are reported as skipped.
@mgabeler-lee-6rs My day job leaves me with very little capacity to make contributions to other projects. If someone wants to submit a new CL based on my work, I would support that.
My original solution (in that CL) was kind of a hack. It may be more feasible to fix this properly once golang/go#62728 has been resolved. Though I'm not sure that will handle panics well. But we might be able to add a different output type for panics.
What version of Go, VS Code & VS Code Go extension are you using?
Describe the bug
When the user runs a test or tests in the test explorer and one of those tests panics or times out, all tests that have not already completed, including the one that panicked or timed out, are reported as skipped.
This is a problem with
GoTestRunner
.Steps to reproduce the behavior:
Screenshots or recordings
The text was updated successfully, but these errors were encountered: