cmd/go: tests fail when run with -count=2 #37820
Labels
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Testing
An issue that has been verified to require only test changes, not just a test failure.
Milestone
To try to narrow down the cause of #37573, I ran a bunch of
cmd/go
script tests in conjunction withtest_race_install_cgo
with-count=10
.I did not find the cause of the
test_race_install_cgo
failure. However, I did find that many of the script tests — which are supposed to be pretty much completely isolated from each other! — end up failing when run with a count greater than 1, mostly due to unexpected cache hits.CC @jayconrod @matloob
The text was updated successfully, but these errors were encountered: