-
Notifications
You must be signed in to change notification settings - Fork 170
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 tests test_verb_load
test_verb_list
can't create a daemon OSError Errno 99
#630
Comments
Errno 99 is EADDRNOTAVAIL, which for
i.e. we're running out of ephemeral ports. We're creating a lot of daemon clients in the |
I can reproduce the issue easily, and I'm definetely not running out of ephemeral ports. |
Last night and tonight these test failures showed https://ci.ros2.org/view/nightly/job/nightly_linux_release/1899 https://ci.ros2.org/view/nightly/job/nightly_linux_release/1900 @ivanpauno did you do any further investigation beyond reproducing? Are you still looking into the issue? |
This failed the last 2 builds, see the job history: There hasn't been any action on #632 in 2 months, I'm not sure if that's still being considered. |
It is. I haven't had the time to circle back :/. If it's becoming increasingly painful, I'll try to fit it as soon as I can, but anyone should feel free to pick it up as well. |
This came out again today: https://ci.ros2.org/view/nightly/job/nightly_linux-aarch64_release/1614/testReport/
How about marking this test |
I'm in favor. |
With a bit of luck, #652 will solve this issue. |
Alright, #652 is in. Let's hold on for a few days and see if this issue goes away. |
Maybe we could close this and open one or more new tickets for the different failures. @hidmic Please advise. |
Indeed those are different. Likely connected to ros2/rmw_fastrtps#531. Closing this ticket! |
FYI future buildfarmers: This was fixed by #652, but it doesn't seem to be backportable. These tests are still flaky in Galactic. |
Bug report
Required Info:
Steps to reproduce issue
???
Expected behavior
The tests would all pass
Actual behavior
They fail
Additional information
Jobs that have failed:
They all fail with OSError
I suspect this is caused by #622, but I don't know for sure.
The text was updated successfully, but these errors were encountered: