zenhack / irc-idler

IRC idler app for sandstorm
GNU General Public License v3.0
4 stars 2 forks source link

(Spurrious I think) intermittent test failures #10

Closed zenhack closed 8 years ago

zenhack commented 8 years ago

For example:

https://travis-ci.org/zenhack/irc-idler/jobs/158269217#L436

I think what's happening here is that since we're iterating over a map, the ordering of the messages is non-determinisitic, so sometimes it disagrees with what the test specifies, even though it is perfectly legal.