Fix MonotonicTimestampGenerator
test and remove src/timestamp_generator.[cpp/hpp]
#296
Labels
area/testing
Related to unit/integration testing
P3
P3 item - no one uses this most probably, but in the end it's better to implement it
Uh oh!
There was an error while loading. Please reload this page.
This test implements its custom wrapper over
MonotonicTimestampGenerator
(defined insrc/timestamp_generator.cpp
). The wrapper'snext()
implementation simply appends generated timestamp to vector. This vector is then inspected during the test.To remove the files mentioned in PR title, we firstly need to implement some testing utility API on rust side which would allow to collect the generated timestamps and inspect them. The test needs to be rewritten using this API.
All this should be done once #295 is merged.
The text was updated successfully, but these errors were encountered: