-
Notifications
You must be signed in to change notification settings - Fork 41
Description
Hello!
I'm not sure if this is actually a problem with my set of test or with the code itself.
Description:
We're running long term tests using your tool.
performance_test commit: 04430ed
ROS_DISTRO: Dashing https://github.com/ros2/ros2/tree/release-dashing-20190614
Performance_test command:
ros2 run performance_test perf_test -c ROS2 -l log -t Array1kWe're running this in loopback.
Test result:
After more or less 4-5h, is not deterministic, the output stop get stuck and not more output is printed. We need this data in order to plot the results.
In order to check if this is on the computer that is running the tests. I run it on a official dashing docker, and the result is the same, in other machine.
GDB output:
(gdb) where full
#0 0x00005580183e7818 in performance_test::DataRunner<performance_test::ROS2CallbackCommunicator<performance_test::topics::Array1k> >::sync_reset()We need infinitive tests for the application that we're building, I'm not sure if there is a problem in my setup or not.
It would be great if you can advise me. I can provide you more information if needed.
Thanks in advance!