We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seems like TestMapIteratorAllocations is flaky. === FAIL: . TestMapIteratorAllocations (0.03s) quicktest.go:12: error: values are not equal got: float64(1) want: float64(0) stack: /home/runner/work/ebpf/ebpf/map_test.go:1124 qt.Assert(t, qt.Equals(allocs, float64(0)))
$ go test -exec sudo -run TestMapIteratorAllocations -count 10000 . --- FAIL: TestMapIteratorAllocations (0.00s) quicktest.go:12: error: values are not equal got: float64(1) want: float64(0) stack: /home/lorenz/dev/ebpf/map_test.go:1124 qt.Assert(t, qt.Equals(allocs, float64(0))) --- FAIL: TestMapIteratorAllocations (0.00s) quicktest.go:12: error: values are not equal got: float64(1) want: float64(0) stack: /home/lorenz/dev/ebpf/map_test.go:1124 qt.Assert(t, qt.Equals(allocs, float64(0))) FAIL FAIL github.com/cilium/ebpf 0.532s FAIL
main
The text was updated successfully, but these errors were encountered:
Could you describe the env with more detail?
I cannot reproduce this problem with:
CPU: Intel i7-8700K 3.7GHz Mem: 32G Kernel version: 6.9.10-arch1-1
I ran go test -exec sudo -run TestMapIteratorAllocations -count 10000 . multiple times and didn't reproduce the same error.
go test -exec sudo -run TestMapIteratorAllocations -count 10000 .
Sorry, something went wrong.
No branches or pull requests
Describe the bug
How to reproduce
Version information
main
The text was updated successfully, but these errors were encountered: