meetings / gearsloth

Gearman job persistence and delayed execution system
MIT License
2 stars 0 forks source link

Unreliable tests #82

Closed tstarck closed 9 years ago

tstarck commented 9 years ago

Unit tests may fail with the following:

1) sqlite-adapter saveTask() and listenTask() should behave correctly with no cofiguration:

   AssertionError: expected '2014-12-23T20:26:4' to equal '2014-12-23T20:26:5'

   at /home/vagrant/gearsloth/test/extras-for-adapters/unit-sqlite.js:171:19

Handling time diffs in tests should be made more robust.