Skip to content

Fix MonotonicTimestampGenerator test and remove src/timestamp_generator.[cpp/hpp] #296

Open
@muzarski

Description

@muzarski

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

No one assigned

    Labels

    P3P3 item - no one uses this most probably, but in the end it's better to implement itarea/testingRelated to unit/integration testing

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions