-
Notifications
You must be signed in to change notification settings - Fork 415
Open
Labels
Description
Describe the bug
#2895 introduced a new flaky test
2026-02-27T04:02:31.6714917Z [ FAILED ] TestLoadController.advanced_spawner_test_failed_activation_of_controllers
2026-02-27T04:02:31.6716011Z
2026-02-27T04:02:31.6716397Z 1 FAILED TEST
2026-02-27T04:02:31.6716872Z -- run_test.py: return code 1
2026-02-27T04:02:31.6719103Z -- run_test.py: inject classname prefix into gtest result file '/home/runner/work/ros2_control_ci/ros2_control_ci/.work/target_ws/build/controller_manager/test_results/controller_manager/test_advanced_spawner.gtest.xml'
2026-02-27T04:02:31.6721417Z -- run_test.py: verify result file '/home/runner/work/ros2_control_ci/ros2_control_ci/.work/target_ws/build/controller_manager/test_results/controller_manager/test_advanced_spawner.gtest.xml'
2026-02-27T04:02:31.6723009Z >>>
2026-02-27T04:02:31.6723830Z build/controller_manager/test_results/controller_manager/test_advanced_spawner.gtest.xml: 21 tests, 0 errors, 1 failure, 0 skipped
2026-02-27T04:02:31.6725051Z - controller_manager.TestLoadController advanced_spawner_test_failed_activation_of_controllers
2026-02-27T04:02:31.6725757Z <<< failure message
2026-02-27T04:02:31.6726698Z /home/runner/work/ros2_control_ci/ros2_control_ci/.work/target_ws/src/ros-controls/ros2_control/controller_manager/test/test_advanced_spawner.cpp:864
2026-02-27T04:02:31.6728070Z Expected equality of these values:
2026-02-27T04:02:31.6728512Z cm_->get_loaded_controllers().size()
2026-02-27T04:02:31.6728918Z Which is: 2
2026-02-27T04:02:31.6729270Z 3ul
2026-02-27T04:02:31.6729524Z Which is: 3
2026-02-27T04:02:31.6729789Z >>>
To Reproduce
ros-controls/ros2_control_ci#673
Reactions are currently unavailable