-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Description
Bug Report
Recently I have noticed flakes on various PR unit tests unrelated to the actual changes, e.g.
- https://github.com/fluent/fluent-bit/actions/runs/15389866212/attempts/1?pr=10418
- https://github.com/fluent/fluent-bit/actions/runs/15408387192/attempts/2?pr=10426
The problem seems to be one of the tests is stuck so eventually the job is cancelled by the 1 hour timeout we have in place.
I have noticed this across various PRs but it does not seem to be within the same combination of options - in the two examples above one is for SIMD=off and the other is using the memory sanitiser.