ModelarData / ModelarDB-RS

ModelarDB: Model-Based Time Series Management from Edge to Cloud
Apache License 2.0
12 stars 5 forks source link

Fixed flaky test_append_to_metric test #207

Closed CGodiksen closed 2 months ago

CGodiksen commented 2 months ago

This PR fixes the flaky storage::types::tests::test_append_to_metric test. Now we are checking if the timestamp is within 10 microseconds instead of exact to account for the time it takes it execute the append() function.