Closed ivanpauno closed 4 years ago
@richiware FYI
Thanks for the ping. I've created a PR #20 fixing this issue.
@cottsay friendly ping about this question https://github.com/ros2/performance_test/issues/19#issuecomment-644963348.
Foxy performance tests nightly is supposed to be using FastRTPS 2.0, but it seems not to be using it.
any idea why this is not failing on CI and only locally?
I'm trying to debug this, but evidently our CI workers took a hike list night. I'll report back if I find anything interesting.
This line causes an error
https://github.com/ros2/performance_test/blob/df75c932e4c4e7c22cb57b8f120ac04660d9e177/performance_test/src/communication_abstractions/fast_rtps_communicator.hpp#L29
Because that API was deleted in https://github.com/eProsima/Fast-DDS/pull/1227.
I only could reproduce locally, I'm not sure why nightlies aren't failing. We're using 2.0.x Fast-DDS branch in Foxy ...
We're also using
-DPERFORMANCE_TEST_FASTRTPS_ENABLED=1
cmake option there.