-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
Integer overflow detected in a unit test for the FrequencySketch
#113
Comments
I have been hitting this issue and am able to reproduce by running an integration test in a loop. Looks like it is possibly related to this: metrics-rs/quanta#61 The stacktrace is as follows:
The number of times needed to hit this is very low. Sometimes it happens within 10 invocations, sometimes 100. |
This was referenced May 10, 2022
Closed
@BrynCooke — Thanks for reporting the issue. I opened a separate issue #119 to track the panics in Quanta. |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Integer overflow detected in a unit test.
https://github.com/moka-rs/moka/runs/5951855180
This case was added 17 months ago via 42fb4c8 and this is first time to fail (as long as I can remember).
Perhaps we will need to replace some
+
withwrapping_add
.The text was updated successfully, but these errors were encountered: