-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.TestingAn issue that has been verified to require only test changes, not just a test failure.An issue that has been verified to require only test changes, not just a test failure.
Milestone
Description
What version of Go are you using (go version
)?
$ go version go version devel go1.20-79e3fd1d39 Fri Nov 18 09:01:24 2022 -0500 linux/amd64
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (go env
)?
linux/amd64
What did you do?
Looked at the 1.18 release builder dashboard.
What did you expect to see?
clean longtest -race test result
What did you see instead?
There are a series of failures example in the hash/maphash
test when run in -race mode; these tests are timing out at about 15 mins or so.
Probably doesn't make sense to run the exhaustive "torture" test for this package in -race mode, I am going to send a CL to tone down or disable the tests in this case in consultation with Keith.
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.TestingAn issue that has been verified to require only test changes, not just a test failure.An issue that has been verified to require only test changes, not just a test failure.