-
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
Revert "Skip CLI tests on Windows until we resolve the blocking/hanging isuse. (#489)" #583
base: rolling
Are you sure you want to change the base?
Conversation
2f819bc
to
4018dec
Compare
Rebased to solve failing DCO check. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with green CI!
It's worth notifying everybody about these tests being reactivated, just in case they start hanging again.
Once/if Windows CI passes, I'll release |
Hmm, tests don't hang anymore but they are as flaky as possible. I have to circle back. |
Oh, I missed those. Thanks @ivanpauno ! I'm still fighting tests to pass on Windows though. |
…ng isuse. (#489)" This reverts commit 8ad1208. Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
a0e87ed
to
c0d8da2
Compare
Hmm, some failing As side note, I am a bit worried about the long timeouts. |
Yeah, that's a problem. It's not useful for users, and the other problem is that adding these test look like they will add ~1 hour to our (already very long) CI times. osrf/osrf_pycommon#66 will help somewhat . Other than that, we'd need to go in and do an analysis of what is taking so long. |
I'm proactively putting this in the Galactic backlog. Ideally, I think we should figure out why these CLIs are so slow on Windows before Galactic is out, but I don't know if that's realistic. |
One thing I've noticed while doing manual source testing on Windows. CLIs are slow to respond when the daemon is up. |
The issue with CLI daemons in Windows is tracked by #637. |
Hopefully ros2/launch#476 fixed this 🤞
CI up to
ros2topic
,ros2action
,ros2interface
,ros2lifecycle
,ros2node
,ros2pkg
, andros2service
(repeated 5 times):