-
Notifications
You must be signed in to change notification settings - Fork 11
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 fails when other jobs are running because of time out. #832
Comments
I guess the timeout is probably more of an indicator for a broken test? Shouldn't we attempt to fix the test, or disable it? |
The test does work if it I rerun it. So it seems to work, but is just too slow if run in parallel with everything else. |
Is this still happening? I've seen it not myself yet.. |
Haven't seen it in a while - but that doesn't mean it fixed itself. Don't you think it's bad practice to rely on timing in the CI? The runner might be really slow sometimes. |
Yeah, its a valid consern. I have added those timeout checks to avoid clogging the CI with jobs which are dead-locked. |
sounds good to me |
I got the timeout yesterday, it is still there. |
I get it consistently now on every single commit. |
Signed-off-by: Pascal Bauer <[email protected]>
It looks like @stv0g is right that the test is broken. I increased the timeout and the CI hangs on integration test. |
"[TIME] pipe-loopback-nanomsg (ran for more then 15m)" |
But it looks like before it was on another test: [TIME] pipe-loopback-zeromq (ran for more then 1m) |
Okay, if the tests are broken, we need to figure out what broke them as they used to work in previous commits. Maybe git bisect could help.. |
I suspect this is more due to docker / strange interactions between the tests. |
See https://git.rwth-aachen.de/acs/public/villas/node/-/jobs/5510111 for details.
Relevant output:
Maybe we can remove the time out?
The text was updated successfully, but these errors were encountered: