Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hash/maphash: test timeouts on longtest -race builder #57030

Closed
thanm opened this issue Dec 1, 2022 · 1 comment
Closed

hash/maphash: test timeouts on longtest -race builder #57030

thanm opened this issue Dec 1, 2022 · 1 comment
Assignees
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

Comments

@thanm
Copy link
Contributor

thanm commented Dec 1, 2022

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.

@thanm thanm added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Dec 1, 2022
@thanm thanm self-assigned this Dec 1, 2022
@gopherbot
Copy link

Change https://go.dev/cl/454455 mentions this issue: hash/maphash: eliminate torture test for -race

@dmitshur dmitshur added Testing An issue that has been verified to require only test changes, not just a test failure. NeedsFix The path to resolution is known, but the work has not been done. and removed NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Jan 9, 2023
@dmitshur dmitshur added this to the Go1.20 milestone Jan 9, 2023
@golang golang locked and limited conversation to collaborators Jan 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.
Projects
None yet
Development

No branches or pull requests

3 participants