testing: misleading error message when a parallel Cleanup function calls runtime.Goexit #48502
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Run this test (https://play.golang.org/p/9Nn760Qo2Hc):
What did you expect to see?
Something like the error output for https://play.golang.org/p/Pt1mKg_vfcc:
What did you see instead?
I found this corner case while re-reviewing CL 256098 in order to understand some code in CL 348469.
CC @changkun @odeke-em @jayconrod
The text was updated successfully, but these errors were encountered: