Skip to content
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

Open
n-eiling opened this issue Oct 31, 2024 · 2 comments
Open

CI fails when other jobs are running because of time out. #832

n-eiling opened this issue Oct 31, 2024 · 2 comments
Labels
bug Something isn't working ci

Comments

@n-eiling
Copy link
Member

See https://git.rwth-aachen.de/acs/public/villas/node/-/jobs/5510111 for details.

Relevant output:

[TIME]  pipe-loopback-zeromq (ran for more then 1m)
[SKIP]  pipe-python-protobuf: Test is broken
[SKIP]  relay: Test is broken
[PASS]  signal (ran for .100993659s)
[PASS]  test-config (ran for 7.858488891s)
Summary: 1 of 61 tests failed.
   Timedout: 1
   Skipped: 18

Maybe we can remove the time out?

@n-eiling n-eiling added bug Something isn't working ci labels Oct 31, 2024
@stv0g
Copy link
Contributor

stv0g commented Nov 29, 2024

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?

@n-eiling
Copy link
Member Author

n-eiling commented Dec 2, 2024

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.
I haven't investigated thoroughly though and I don't know if a similar functionality is tested in another test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci
Projects
None yet
Development

No branches or pull requests

2 participants