-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Flaky Test: TestMaxBytesLimit intermittently fails #31863
Comments
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
We'll try to look at this today. If not we can temporarily revert the change that triggered it. |
I started investigating this and I think there are multiple problems involved here. Part of the reason this test is flaky is that the test generates input randomly, and it doesn't always generate it in a way that always hits the "max bytes exceeded" path. I am also not convinced that this code path works entirely correctly even without this change. If the flakyness here is getting in the way before I can create a PR to fix it, just revert the change and I'll restore it afterwards. I didn't get to completely fixing this today. |
sorry, I'll fix this problem today. |
Fixed by #31882 |
Flaky Test
-count
flag, otherwise the test will likely pass, and Go will cache the results.Error
The text was updated successfully, but these errors were encountered: