This repository has been archived by the owner on Sep 6, 2022. It is now read-only.
flaky TestResetBandwidthCounter test #195
Labels
kind/bug
A bug in existing code (including security flaws)
This is what prevents us from moving to the Unified CI setup (#189). This test is quite annoying, as it relies on
time.Sleep
invocations, and therefore takes 2s.Unfortunately, our flow metrics depend on
time.Now()
, there's no way to inject a clock interface, which we could mock in tests.The text was updated successfully, but these errors were encountered: