testing: refactoring leads to deadlocks #64402
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Go version
tip
Reproducibility
What operating system and processor architecture are you using (
go env
)?What did you do?
The refactoring of the testing package in https://go.dev/cl/506755 leads to deadlocks.
One example that triggers this is:
In our Google internal testing we discovered other cases but I don't yet know a minimal reproducer that I can share here. I'll follow up separately.
What did you expect to see?
I expected the test to complete successfully.
What did you see instead?
The tests deadlocks.
The text was updated successfully, but these errors were encountered: