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: TestSmhasherAvalanche failures #60170

Closed
gopherbot opened this issue May 12, 2023 · 5 comments
Closed

hash/maphash: TestSmhasherAvalanche failures #60170

gopherbot opened this issue May 12, 2023 · 5 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "hash/maphash" && test == "TestSmhasherAvalanche"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestSmhasherAvalanche (18.56s)
    smhasher_test.go:393: bad bias for bytes2 bit 2 -> bit 41: 45744/100000
    smhasher_test.go:393: bad bias for bytes2 bit 4 -> bit 0: 46091/100000
    smhasher_test.go:393: bad bias for bytes2 bit 6 -> bit 7: 46074/100000

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label May 12, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "hash/maphash" && test == "TestSmhasherAvalanche"
2023-05-12 20:17 windows-amd64-longtest go@cce67690 hash/maphash.TestSmhasherAvalanche (log)
--- FAIL: TestSmhasherAvalanche (18.56s)
    smhasher_test.go:393: bad bias for bytes2 bit 2 -> bit 41: 45744/100000
    smhasher_test.go:393: bad bias for bytes2 bit 4 -> bit 0: 46091/100000
    smhasher_test.go:393: bad bias for bytes2 bit 6 -> bit 7: 46074/100000

watchflakes

@bcmills bcmills added the compiler/runtime Issues related to the Go compiler and/or runtime. label May 13, 2023
@cuonglm
Copy link
Member

cuonglm commented May 16, 2023

@randall77 any idea on how this test is now failed?

@gopherbot
Copy link
Author

Change https://go.dev/cl/495415 mentions this issue: hash/maphash: weaken avalanche test a bit

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "hash/maphash" && test == "TestSmhasherAvalanche"
2023-10-30 17:08 linux-386-longtest go@c2665878 hash/maphash.TestSmhasherAvalanche (log)
--- FAIL: TestSmhasherAvalanche (91.29s)
    smhasher_test.go:393: bad bias for bytes2 bit 15 -> bit 19: 58325/100000

watchflakes

@gopherbot gopherbot reopened this Oct 30, 2023
@gopherbot
Copy link
Author

Change https://go.dev/cl/538655 mentions this issue: hash/maphash: weaken avalanche test a bit more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: Done
Development

No branches or pull requests

3 participants