grantcarthew / node-rethinkdb-job-queue

A persistent job or task queue backed by RethinkDB.
https://github.com/grantcarthew/node-rethinkdb-job-queue/wiki
MIT License
156 stars 16 forks source link

queue-change.js tests failing #20

Closed grantcarthew closed 7 years ago

grantcarthew commented 7 years ago

This issue is here as a reminder to check the following:

https://github.com/substack/tape/issues/223

Once fixed I need to upgrade and try a full test again.

grantcarthew commented 7 years ago

Migrated from tape to tap. Tests are more robust and do not fail randomly like they did.