-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
CI: misc parallel flakes #23479
Comments
Hi @edsantiago, For the In the test |
Keep in mind the same race exists for the ctr process so there is no way of knowing what 3s of logs are because depending on scheduling the ctr process might have only written a few lines not 30 with the sleep 0.1 interval so it is impossible to know if the writer side didn't write fast enough or if the reader looses messages. As such the process should exit after 3s match is simple and easy in theory but of course also has the timing problem. And we also want to check the the logs process actually exits in time. I am however not sure how the rounding works with the built in |
@Luap99 I tested |
A friendly reminder that this issue had no activity for 30 days. |
Hodgepodge of parallel-system-test flakes that don't seem to fit anywhere else. I think most of these just need something like
The text was updated successfully, but these errors were encountered: