Skip to content

v0.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 16:23
· 4 commits to master since this release
76ea01a
Make TailTest less flaky (#2)

This change accounts for the fact that Tail.Stop() and the events from
inotify have no way of being synchronized, so the test now allows for
all the observable variants.

It also runs the test 100 times just to make sure it's not flaky in the
future.