-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
InteractiveUtils test sometimes causes CI failure #52216
Comments
I thought I just increased the allowable allocs there, but anyways, we should just increase it by 50% again |
This test behaves in a weird way as the reported number of allocations seems to depends on whether the test uses a |
If the response to a test failure is to increase the limit, should we just remove the limit? |
The limit is to measure that it is not significantly unbounded memory relative to the thing it is measuring. As the measured thing grows, sometimes we need to increase the test |
Recent CI failure
Test added in #36107 cc @vtjnash
Fails intermittently and only on
x86_64-linux-gnuassertrr
The text was updated successfully, but these errors were encountered: