gopls/internal/test/integration/completion: fix flaky TestUnimportedCompletion_VSCodeIssue3365
The test used nested t.Run() subtests inside a runner.Run callback.
Env methods called e.TB.Fatal() on the parent subtest's t from within
a child subtest goroutine, causing "FailNow on a parent test" panics
and 20-minute timeouts.
Replace the inner t.Run() subtests with a plain loop.
Fixes golang/go#77756
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
gopls/internal/test/integration/completion: fix flaky TestUnimportedCompletion_VSCodeIssue3365
The test used nested t.Run() subtests inside a runner.Run callback.
Env methods called e.TB.Fatal() on the parent subtest's t from within
a child subtest goroutine, causing "FailNow on a parent test" panics
and 20-minute timeouts.
Replace the inner t.Run() subtests with a plain loop.
Fixes golang/go#77756
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |