Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"calls tick repeatedly" test is flaky. #193

Open
jmalloc opened this issue Nov 25, 2020 · 0 comments
Open

"calls tick repeatedly" test is flaky. #193

jmalloc opened this issue Nov 25, 2020 · 0 comments

Comments

@jmalloc
Copy link
Member

jmalloc commented Nov 25, 2020

go test ./...
ok  	github.com/dogmatiq/testkit	1.023s
Running Suite: github.com/dogmatiq/testkit/engine_test
======================================================
Random Seed: 1606293184
Will run 18 of 18 specs

••••••••••••••
------------------------------
• Failure [0.017 seconds]
func Run()
/Users/james/grit/github.com/dogmatiq/testkit/engine/run_test.go:16
  calls tick repeatedly [It]
  /Users/james/grit/github.com/dogmatiq/testkit/engine/run_test.go:34

  Expected
      <int>: 4
  to be >=
      <int>: 6

  /Users/james/grit/github.com/dogmatiq/testkit/engine/run_test.go:52
------------------------------
•••

Summarizing 1 Failure:

[Fail] func Run() [It] calls tick repeatedly 
/Users/james/grit/github.com/dogmatiq/testkit/engine/run_test.go:52

Ran 18 of 18 Specs in 0.078 seconds
FAIL! -- 17 Passed | 1 Failed | 0 Pending | 0 Skipped
--- FAIL: TestSuite (0.08s)

This happens occasionally on CI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant