t3hmrman/casgo

Fix non determinism in test code

t3hmrman opened this issue · 2 comments

Doing lots of db setup and teardown with gorethink seems to be causing nondeterministic testing runs...

Randomly the database setup will fail...

Probably need to cut down on fast db creation/deletion

RethinkDB 1.16 added the "wait" command, this should fix this issue, see:
https://github.com/rethinkdb/rethinkdb/releases/tag/v1.16.0-1

Update to newer RethinkDB 2.x has seemed to fix this -- tests pass consistently