-
Notifications
You must be signed in to change notification settings - Fork 117
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 line feed for RCUTILS_SAFE_FWRITE_TO_STDERR #608
add line feed for RCUTILS_SAFE_FWRITE_TO_STDERR #608
Conversation
Signed-off-by: Tomoya.Fujita <Tomoya.Fujita@sony.com>
@MiguelCompany @ivanpauno minor fix, could you check? |
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
CI windows warnings are unrelated. |
👨🌾 This PR introduced a test regression in the fastrtps-dynamic nightlies jobs of the buildfarm, see: Can I ask you to take a look? @fujitatomoya
The error is happening here: https://github.com/ros2/ros2cli/blob/f4e5952f430e502060594d68f3a050b785fd4249/ros2topic/test/test_cli.py#L609 Besides expecting the additional |
@Blast545 sorry, i will be looking into this. probably CI coverage was not enough. |
This reverts commit 7202ceb. Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
This must be tested on CI with all dependent packages. (not only with rmw_fastrtps_*) |
related https://ci.ros2.org/job/ci_linux-aarch64/11327/testReport/projectroot.test/rclcpp/test_publisher/.
[ERROR] [1653330857.635679668] [ns.my_node.rclcpp]: Error in destruction of rcl publisher handle: Failed to delete datawriter, at /home/jenkins-agent/workspace/ci_linux-aarch64/ws/src/ros2/rmw_fastrtps/rmw_fastrtps_shared_cpp/src/publisher.cpp:48, at /home/jenkins-agent/workspace/ci_linux-aarch64/ws/src/ros2/rcl/rcl/src/rcl/publisher.c:187 Failed to delete dds publisher from participantFailed to delete participant[ OK ] TestPublisher.intra_process_publish_failures (11 ms)
Signed-off-by: Tomoya.Fujita Tomoya.Fujita@sony.com