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
Thanks for the report! I'll see if I can figure out exactly what's going on. I've finally cleared off enough other projects to spend some time on this again.
What are we doing to trigger the bug:
while (mix test test/fuzzy/partitions_test.exs:36); do sleep 1; done
What we expect:
When running the
fuzzy/partitions_test
repeatedly, we expect it to pass every time.What happens:
Some runs trigger a test failure resembling the following (sometimes there is one
Entry
, sometimes two):Additional info:
We have added the following debug output to try to understand what precisely goes wrong during the failed test runs.
We have also simplified the StreamData generator to make the command logs easier to read:
Attached is the full output of a failed test, run with the above changes in place.
more-logs-than-commands-no-errors.log
Linking @studzien -- we worked on this together.
The text was updated successfully, but these errors were encountered: