You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.
Not always, but typically using -count 100 is sufficient to see a few failures:
$ go test -race -run TestTimerResets -count 100
--- FAIL: TestTimerResets (0.05s)
mock_test.go:14: expected timer to get after reset when interval is up after restarted
--- FAIL: TestTimerResets (0.05s)
mock_test.go:14: expected timer to get after reset when interval is up after restarted
--- FAIL: TestTimerResets (0.05s)
mock_test.go:14: expected timer to get after reset when interval is up after restarted
FAIL
exit status 1
FAIL github.com/mixer/clock 3.573s
The text was updated successfully, but these errors were encountered:
Not always, but typically using
-count 100
is sufficient to see a few failures:The text was updated successfully, but these errors were encountered: