Closed CGodiksen closed 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.
storage::types::tests::test_append_to_metric
append()
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 theappend()
function.