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
The ReadmeDoctests tests introduced in #37 sometimes fail non-deterministically.
For example, I ran cargo test 100 times and it failed 12 times.
... But then I ran it a thousand more times and never saw it fail again.
But then I made a fresh clone of the this repo, ran cargo test 100 times, and saw it fail 22 times!
So it somehow seems to be related to running tests from a fresh repo?
The first failure's error message says something about AlreadyExists and all later error messages are about CorruptLog:
The ReadmeDoctests tests introduced in #37 sometimes fail non-deterministically.
For example, I ran
cargo test
100 times and it failed 12 times.... But then I ran it a thousand more times and never saw it fail again.
But then I made a fresh clone of the this repo, ran
cargo test
100 times, and saw it fail 22 times!So it somehow seems to be related to running tests from a fresh repo?
The first failure's error message says something about
AlreadyExists
and all later error messages are aboutCorruptLog
:First run of
cargo test
after fresh clone:Subsequent runs:
The text was updated successfully, but these errors were encountered: