haskell-distributed / distributed-process

Cloud Haskell core libraries
http://haskell-distributed.github.io
713 stars 97 forks source link

Address Intermittently failing tests #360

Closed joelmccracken closed 3 years ago

joelmccracken commented 3 years ago

e.g. compare

(there are probably other clearer examples, but this is immediately available)

Those two runs are only different in what should be irrelevant ways. It appears that these tests fail sometimes, which probabbly indicates a race condition somewhere. The failing tests I saw that were related to this were failing on an mvar reading forever, which is not great.

joelmccracken commented 3 years ago

No those tests were already marked as flaky and its fine.