-
Notifications
You must be signed in to change notification settings - Fork 425
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
🧑🌾 TestServiceIntrospection.service_introspection_enable_disable_events failing in Rolling, Jazzy and Iron Connext #2613
Comments
i cannot reproduce this issue with my local environment. root@tomoyafujita:~/ros2_ws/colcon_ws# RMW_IMPLEMENTATION=rmw_connextdds
root@tomoyafujita:~/ros2_ws/colcon_ws# colcon test --event-handlers console_direct+ --retest-until-fail 100 --packages-select rclcpp --ctest-args -R test_service_introspection
...
The following tests passed:
test_service_introspection
100% tests passed, 0 tests failed out of 1
Label Time Summary:
gmock = 1.24 sec*proc (1 test)
mimick = 1.24 sec*proc (1 test)
Total Test time (real) = 125.27 sec
Finished <<< rclcpp [2min 6s]
Summary: 1 package finished [2min 7s] according to the log information in the report, client events are okay as expected, but server side missing one event. root cause of this issue seems like almost same with #2588 (comment), that is dropping the messages (some messages are missing, but some are okay) using same publisher object. |
@fgallegosalido this test also fails with rmw_connextdds only, can you take a look at my comment on #2651? i was trying to address this unstable problem, but it does not work as expected. |
I will look into it and let you know what I find. |
@fgallegosalido just checking, any updates on this? |
@fujitatomoya sorry, not much was done. I was able to reproduce the issue and started working on it, but couldn't find the root cause, so I moved to do other things. I will resume the work on it as soon as possible |
@fgallegosalido no worries, thanks for working on this. i will revisit #2651 to see if i can find some clue on this. |
Bug report
Required Info:
Steps to reproduce issue
Additional information
Reference build:
Log output:
It's a flaky with a high percentage failure rate:
The text was updated successfully, but these errors were encountered: