robotology / yarp-devices-ros2

Plugins, devices and network wrappers for Yarp-ROS2 interoperation
http://www.yarp.it
10 stars 8 forks source link

Valgrind Test Failures March 2024 #66

Open traversaro opened 5 months ago

traversaro commented 5 months ago

I started investigating the valgrind test failures in CI, see for example in https://github.com/robotology/yarp-devices-ros2/actions/runs/8384433539/job/22993087127 .

Looking at the log, it seems that most of the failures are actually due to ROS2 itself, see https://github.com/ros2/rcl/issues/1009 and https://github.com/ros2/rcutils/issues/407 .

At this point, I guess the possible solutions are:

traversaro commented 4 months ago

fyi @randaz81, I realized I never tagged you here.

traversaro commented 4 weeks ago

@randaz81 what do you think, if we add the ros2 failures to a suppression file, do you think there is anything else missing for doing a first tag of the repo?