Fix non determinism in test code
t3hmrman opened this issue · 2 comments
t3hmrman commented
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
t3hmrman commented
RethinkDB 1.16 added the "wait" command, this should fix this issue, see:
https://github.com/rethinkdb/rethinkdb/releases/tag/v1.16.0-1
t3hmrman commented
Update to newer RethinkDB 2.x has seemed to fix this -- tests pass consistently