-
Notifications
You must be signed in to change notification settings - Fork 162
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
[ros2param] Provide tests for ros2param verbs #389
base: rolling
Are you sure you want to change the base?
Conversation
Signed-off-by: Brian Ezequiel Marchi <[email protected]>
Signed-off-by: Brian Ezequiel Marchi <[email protected]>
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.
First pass!
Signed-off-by: Brian Ezequiel Marchi <[email protected]>
Signed-off-by: Brian Ezequiel Marchi <[email protected]>
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.
Second pass!
Signed-off-by: Brian Ezequiel Marchi <[email protected]>
Signed-off-by: Brian Ezequiel Marchi <[email protected]>
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 but for a few more comments and pending green CI
Signed-off-by: Brian Ezequiel Marchi <[email protected]>
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 pending one last CI run
Yep, lets hope it doesn't hang |
Playing around with a Windows VM I was able to get all test running just fine if and only if I run them individually for each |
I've encountered similar situation when running CI on another |
The hangs in ros2/build_farmer#248 were resolved by eProsima/Fast-DDS#871 and the hung processes were deadlocked requiring a SIGKILL so it is likely something else going on here. |
@hidmic I assigned you, so it doesn't appear more in our triage search, I also understand you're planning to follow-up on this. |
As the title says, this PR provides a set of tests covering the usage of all the verbs for ros2param
Connected to ros2/rclpy#455