-
Notifications
You must be signed in to change notification settings - Fork 271
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
APQ test fails occasionally #868
Comments
I can't reproduce this. This test has been impacted by the changes in the recent plugin utils updates, so maybe there was an intermittent problem which was fixed as part of this change? I've been running:
all afternoon on my laptop and no fails. One other possibility: my laptop is an M1 and it was reported on Linux (x86), so I've asked the reporter to run this loop on their laptop to see if they can trigger the fail. |
Extensive exercising of this test has failed to trip it. We've exercised it on M1 and X86, OS X and Linux, with no occurrence. For now, I suggest we mark this wontfix/deferred and see if anyone sees this in the wild. |
Looks like this is is related to metrics-rs/quanta#61 via moka-rs/moka#113. Let's see what the library maintainers think. For now I have added logging of panics, so it should be fairly easy to spot if users come across this. Short term we may have to swap out Moka until this is resolved. |
Very occasionally the APQ test will fail for me.
The risk is that this is something that is not in test code and could hit folks in prod. Needs investigating.
The text was updated successfully, but these errors were encountered: