-
Notifications
You must be signed in to change notification settings - Fork 51
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
QoS System Tests #347
QoS System Tests #347
Conversation
@thomas-moulard - please run the following CI job:
|
test_quality_of_service/include/test_quality_of_service/qos_utilities.hpp
Outdated
Show resolved
Hide resolved
test_quality_of_service/include/test_quality_of_service/qos_utilities.hpp
Outdated
Show resolved
Hide resolved
test_quality_of_service/include/test_quality_of_service/qos_utilities.hpp
Outdated
Show resolved
Hide resolved
test_quality_of_service/include/test_quality_of_service/qos_utilities.hpp
Outdated
Show resolved
Hide resolved
test_quality_of_service/include/test_quality_of_service/qos_utilities.hpp
Outdated
Show resolved
Hide resolved
test_quality_of_service/include/test_quality_of_service/qos_utilities.hpp
Show resolved
Hide resolved
d1d5895
to
25be2c7
Compare
e1ddedf
to
b5d46b4
Compare
Can we move this from "In Progress" to "In Review"? |
7c7b0e4
to
3cec879
Compare
@thomas-moulard Please run CI for this. |
@thomas-moulard - please run the following CI job:
|
It looks like this was failing because it was trying to find_package on pytest, which was not used and not included in the package.xml. @thomas-moulard Could you please restart the tests with the latest commit. Thank you |
@thomas-moulard can you please re-run the CI? |
@nuclearsandwich @dirk-thomas this should be ready to merge. Thanks! |
First this needs to be reviewed by someone. @wjwwood Can you maybe take a look at this? |
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.
overall lgtm.
It already has reviews from @thomas-moulard. I just had a inconsequential comment about which logger is being used.
Added simple test for liveliness Signed-off-by: Devin Bonnie <[email protected]>
Added lifespan system test Signed-off-by: Devin Bonnie <[email protected]>
Signed-off-by: Devin Bonnie <[email protected]>
Added minor liveliness test cleanup Signed-off-by: Devin Bonnie <[email protected]>
Signed-off-by: Devin Bonnie <[email protected]>
Added implementation headers and files Addressed review comments Signed-off-by: Devin Bonnie <[email protected]>
Renamed implementing classes to avoid namespace confusion Signed-off-by: Devin Bonnie <[email protected]>
Fixed bugs in fixture bringup and teardown Fixed base class issues Signed-off-by: Devin Bonnie <[email protected]>
Signed-off-by: Miaofei <[email protected]>
Signed-off-by: Miaofei <[email protected]>
Signed-off-by: burekn <[email protected]>
Signed-off-by: Miaofei <[email protected]>
Signed-off-by: Miaofei <[email protected]>
@thomas-moulard can you please re-run the CI for this PR (#347 (comment))? |
Hi @dirk-thomas and @wjwwood, this should be ready to merge. The instability of the macOS build is already being tracked at ros2/build_farmer#199. |
I didn't see any, but just to confirm, there are not any other pr's that need to be merged with this one right? |
This one is a standalone PR. Thank you! |
Added basic system tests for the rclcpp QoS features
Relates to ros2/design#212