-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
P3P3 item - no one uses this most probably, but in the end it's better to implement itP3 item - no one uses this most probably, but in the end it's better to implement itarea/testingRelated to unit/integration testingRelated to unit/integration testing
Description
This test implements its custom wrapper over MonotonicTimestampGenerator
(defined in src/timestamp_generator.cpp
). The wrapper's next()
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.
Metadata
Metadata
Assignees
Labels
P3P3 item - no one uses this most probably, but in the end it's better to implement itP3 item - no one uses this most probably, but in the end it's better to implement itarea/testingRelated to unit/integration testingRelated to unit/integration testing