-
Notifications
You must be signed in to change notification settings - Fork 522
🧑🌾 TestServiceIntrospection.service_introspection_enable_disable_events failing in Rolling, Jazzy and Iron Connext #2613
Copy link
Copy link
Closed
Description
Bug report
Required Info:
- Operating System:
- Ubuntu Noble
- Installation type:
- Source
- Version or commit hash:
- Rolling
- DDS implementation:
- RTI Connext
- Client library (if applicable):
- Rclcpp
Steps to reproduce issue
- Run a build in Rci__nightly-connext_ubuntu_noble_amd64
- See test regression fail
Additional information
Reference build:
- projectroot.test.rclcpp.test_service_introspection
- rclcpp.TestServiceIntrospection.service_introspection_enable_disable_events
- rclcpp.TestServiceIntrospection.service_introspection_enable_disable_event_content
Log output:
[ RUN ] TestServiceIntrospection.service_introspection_enable_disable_events
RTI Connext DDS Non-commercial license is for academic, research, evaluation and personal use only. USE FOR COMMERCIAL PURPOSES IS PROHIBITED. See RTI_LICENSE.TXT for terms. Download free tools at rti.com/ncl. License issued to Non-Commercial User license@rti.com For non-production use only.
Expires on 00-jan-00 See www.rti.com for more information.
/tmp/ws/src/ros2/rclcpp/rclcpp/test/rclcpp/test_service_introspection.cpp:201: Failure
Expected equality of these values:
events.size()
Which is: 1
2U
Which is: 2
/tmp/ws/src/ros2/rclcpp/rclcpp/test/rclcpp/test_service_introspection.cpp:218: Failure
Expected equality of these values:
events.size()
Which is: 3
4U
Which is: 4
[ FAILED ] TestServiceIntrospection.service_introspection_enable_disable_events (3309 ms)
[ RUN ] TestServiceIntrospection.service_introspection_enable_disable_event_content
RTI Connext DDS Non-commercial license is for academic, research, evaluation and personal use only. USE FOR COMMERCIAL PURPOSES IS PROHIBITED. See RTI_LICENSE.TXT for terms. Download free tools at rti.com/ncl. License issued to Non-Commercial User license@rti.com For non-production use only.
Expires on 00-jan-00 See www.rti.com for more information.
/tmp/ws/src/ros2/rclcpp/rclcpp/test/rclcpp/test_service_introspection.cpp:340: Failure
Expected equality of these values:
events.size()
Which is: 3
4U
Which is: 4
[ FAILED ] TestServiceIntrospection.service_introspection_enable_disable_event_content (1307 ms)
It's a flaky with a high percentage failure rate:
| job_name | last_fail | first_fail | build_count | failure_count | failure_percentage |
|---|---|---|---|---|---|
| Ici__nightly-connext_ubuntu_jammy_amd64 | 2024-08-28 | 2024-08-14 | 6 | 4 | 66.67 |
| Rci__nightly-connext_ubuntu_noble_amd64 | 2024-08-27 | 2024-08-14 | 12 | 11 | 91.67 |
| Jci__nightly-connext_ubuntu_noble_amd64 | 2024-08-26 | 2024-08-13 | 6 | 5 | 83.33 |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels