Removed deprecated cancel_sleep_or_wait#2836
Conversation
Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com>
fujitatomoya
left a comment
There was a problem hiding this comment.
lgtm with green CI
|
Pulls: #2836 |
|
This PR deleted to much tests. |
I thought this other test https://github.com/ros2/rclcpp/blob/rolling/rclcpp/test/rclcpp/test_clock_conditional.cpp is a replacement. |
|
I'll double check, and will report back... |
|
The other test only check the new implementation. With the removal of the old test, the CI does not cover clock->sleep_until any more. We should be ably to replace everything inside clock->sleep_until with the new clock conditional. Then it would be okay to drop he old tests. I just didn't have time to do this yet... |
|
@jmachowinski thanks for checking this, can you add the test as you mentioned above when you have time? or should we revert this PR until we figure that out? |
No description provided.