test_cli.py misses launch_ros for rmw_cyclonedds_cpp
See original GitHub issueThis affects multiple packages, I’m still looking into which test_cli failures are just due to this. So far
ros2node: test_cli::test_list_node_count test_cli::test_list_all_nodes_count ros2service test_cli::test_list_count
With ros2node it gets the following for listing nodes. Inspecting the output of ros2 node list -a
, it reports:
/_hidden_complex_node /_ros2cli_daemon_1 /complex_node
The test appears to be missing launch_ros
https://ci.ros2.org/view/nightly/job/nightly_win_extra_rmw_rel/673/testReport/ros2node.test/test_cli/test_cli/ https://ci.ros2.org/view/nightly/job/nightly_linux_extra_rmw_release/619/testReport/ros2node.test/test_cli/test_cli/
Issue Analytics
- State:
- Created 4 years ago
- Comments:6
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Now the behavior is more consistent among the different DDS implementations. Maybe the test just needs to be updated? It fails now with connext, fastrtps, cyclonedds
Some more examples https://ci.ros2.org/view/nightly/job/nightly_linux_release/1486/testReport/ros2service.src.ros2.ros2cli.ros2service.test/test_cli/test_cli/ https://ci.ros2.org/view/nightly/job/nightly_win_extra_rmw_rel/703/testReport/ros2node.src.ros2.ros2cli.ros2node.test/test_cli/test_cli/
Ya. It looks like the nodes aren’t being “missed” - they just don’t exist anymore. And it seems to have been caused at least in part by that PR. So it’s a naughty test, not a misbehavior of
ros2 node list -a -c
.