Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upforEach tests using a stopwatch are flaky #30
Closed
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example:
pool/test/pool_test.dart
Lines 558 to 561 in 90eab06
Example failure:
My guess is the host happened to run a bit slow, or we hit GC, or something like that. We either need to split these out into a separate performance test file that we can avoid running most of the time, or we need to make it less sensitive to whatever might cause it to spike.