-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Flaky tests #1357
Comments
|
I refactored these two tests and they seem more stable, but while stress testing
|
they will probably get changed with the striping algorithm and rewrite so maybe just wait until then ? |
Another one 😞: |
Another |
|
Food for thought: https://dmitryfrank.com/articles/mocking_time_in_go (from https://news.ycombinator.com/item?id=23292215) |
I'm exploring that article and the
It would be a substantial effort to convert the entire codebase to use this Also see grafana/metrictank#342, where they abandon it altogether. The article author uses a fork where this might not be an issue(?), but not sure if this can be fixed outside of the stdlib. |
A recently added one: https://ci.appveyor.com/project/robingustafsson/k6/builds/33999101 |
I'm closing this, since most, if not all, of these tests should have been fixed by now. We can make new issues for every new flaky test we find. |
Just a list of tests we have noticed are flaky in CI runs, so we don't forget to fix/refactor them before merging #1007 in
master
:TestVariableLoopingVUsRun
- https://ci.appveyor.com/project/robingustafsson/k6/builds/31408611The text was updated successfully, but these errors were encountered: