Skip to content

[test] Fix Recording Test

MelanieCarriere requested to merge FixRecordingTest into master

The recording test used a single LidarStream (so a single Interpreter)
The recorded pcap was tested by the same LidarStream (so the same LidarInterpreter) than the one used to generate the recorded file.
We now use 2 different Streams/Interpreters. One that test the original pcap, the second test the recorded pcap.

long type does not have the same contained capacity on windows that on linux.
This leads to a different behavior on theses OS.
There is no real reason why we should let pass value that are equal up to 3600 * 1e6.

https://gitlab.kitware.com/LidarView/velodyneplugin-private/-/merge_requests/36

Edited by MelanieCarriere

Merge request reports