-
Notifications
You must be signed in to change notification settings - Fork 36
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
Sporadic failure on system_tests/test_communication #275
Comments
The analysis has been posted in rclpy ros2/rclpy#1352 |
@YuanYuYuan thanks for the detailed analysis! Curious if this issue only arises with I still think shutting down the Zenoh session within |
Hi @Yadunund, I believe this issue is mainly caused by rclpy and the fix is coming ros2/rclpy#1353.
Actually, it would be a possible consequence once we fix rclpy. I think there has already been many debates in Rust community about this problem. See here for more details. In short, Rust suggests not doing this way. |
rmw_zenoh_cpp
sometimes fails to pass system_tests/test_communication with the following error.To reproduce
Note: The root cause is zenoh possibly takes a bit longer to close the session in
rmw_shutdown
. One can easily reproduce this by adding a sleep inrmw_shutdown
.The text was updated successfully, but these errors were encountered: