-
Notifications
You must be signed in to change notification settings - Fork 47
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
Add rmw_publisher_wait_for_all_acked #188
Add rmw_publisher_wait_for_all_acked #188
Conversation
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
Could you add a test case in https://github.com/ros2/rmw_implementation/tree/master/test_rmw_implementation? I don't need a test that actually confirms that all messages were acked (which is a bit hard to test), only test basic things: |
Signed-off-by: Barry Xu <[email protected]>
b1ff332
to
e1c1b94
Compare
Signed-off-by: Barry Xu <[email protected]>
Okay. I add a simple test case (commit: cc154d9). |
Signed-off-by: Barry Xu <[email protected]>
@ros-pull-request-builder retest this please (this should pass now) |
@Barry-Xu-2018 can you check the test failures? |
The failure is related to Could you check and merge it ? |
Thanks @Barry-Xu-2018, I was sure I merged that one 😄 |
After ros2/rmw_cyclonedds#294 is merged, we should re-execute CI. |
@ros-pull-request-builder retest this please |
The PR checker should pass after ros/rosdistro#29924 is merged. Thanks for the patience, but merging changes in rmw_* without breaking the rolling builds is a long process ... |
@ros-pull-request-builder retest this please |
1 similar comment
@ros-pull-request-builder retest this please |
finally ... 😃 |
Related to ros2/rmw#295