-
Notifications
You must be signed in to change notification settings - Fork 0
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
Do we know why random tests are failing? #388
Comments
It's bizarre, isn't it? Here is one example failure:
And the intermittent failures I've inspected are always similar, like a failure in object identity. However looking at that test
That should not be failing intermittently. Here's the only thing I can imagine: Tests for If this is the case, then using non-random data would at least fix this issue, even if it didn't fully explain it. |
Or it could be nondeterministic behaviour in the |
Here is another example of a randomly failing test involving float comparisons but not involving |
One thing which might work would be to force (e.g.) |
Do we know why random tests are failing during CI? They fail, and then pass on the second attempt - it's a bit annoying for something that should be reproducible.
The text was updated successfully, but these errors were encountered: