Commit Graph

92 Commits

Author SHA1 Message Date
a4323433f2 remove use of var 2016-05-11 10:58:21 -07:00
48f34a8bc8 update tests with sync or promise workers 2016-05-04 11:42:06 -07:00
5efccc4435 rename project to esqueue 2016-05-03 16:30:54 -07:00
9ef3fb8cec proper async promise tests, add tests for worker timeouts
also fix intermittent issue with complete_at time check
2016-05-03 11:38:17 -07:00
f722bbf5e1 only use fake clocks in tests were required 2016-05-03 11:36:55 -07:00
552abb7ddd add tests for the output formatting 2016-05-03 09:58:39 -07:00
d582989e35 simplify job error tests 2016-05-03 09:48:15 -07:00
60d486b804 add check for failed status and complete time 2016-05-02 14:31:14 -07:00
a143092e64 add completed time and status to failed jobs
with tests
2016-05-02 12:59:23 -07:00
b12aa87ad3 add completed_at time, add update tests 2016-05-02 12:57:11 -07:00
7191a2bed0 add tests for handling job failures 2016-05-02 12:45:46 -07:00
f35756f70b initial perform job tests 2016-04-29 17:57:14 -07:00
72389b65b2 add checks for version conflicts 2016-04-29 17:25:44 -07:00
d00d12683b add fail job tests 2016-04-29 17:15:39 -07:00
a0970f8ba7 add more worker tests 2016-04-29 16:44:46 -07:00
f1dc6e60dc make workers private, add getter, add destroy test 2016-04-25 17:00:37 -07:00
eb033d9676 queue should track and tear down workers, with tests 2016-04-25 16:36:21 -07:00
482ea68692 add mock client to worker tests 2016-04-25 16:32:58 -07:00
5c4340adfc start on the worker logic 2016-04-25 16:28:30 -07:00
662d8a177c assign job ids internally, update tests
useful for making toJSON fully sync and work without the elasticsearch document
2016-04-25 15:28:12 -07:00
58a0cf328f update toJSON, add tests, remove unused var 2016-04-25 15:16:00 -07:00
4d5b08c3c7 add test for get method 2016-04-25 14:44:19 -07:00
7624127ca3 add tests for priority bounds and default 2016-04-25 11:06:27 -07:00
d9e19bccf8 new jobs take options again, update schema to match index, add max_attempts, update tests 2016-04-25 11:01:46 -07:00
b78c5763ce check in create_index module, with tests 2016-04-22 17:53:48 -07:00
7e0f45019b add job test for index creation
also make other tests properly async
2016-04-22 17:49:37 -07:00
fd1ebd3a33 clean up mock includes 2016-04-22 17:14:25 -07:00
47eaebf8c6 test for ping call on new queue 2016-04-22 17:03:23 -07:00
730ec68bfa change the job scontructor, update tests 2016-04-22 17:03:10 -07:00
3318c775c0 make tests run with mock client
tests now work without elasticsearch running
2016-04-22 16:51:35 -07:00
64945556ff rename create client, fix client instance test 2016-04-22 16:49:38 -07:00
0b12fde877 custom clock, no proxyquire needed 2016-04-22 13:40:03 -07:00
549095dfff update interval module, add tests 2016-04-22 13:38:12 -07:00
df8bd2123b remove job options passing 2016-04-19 14:58:02 -07:00
e88695a989 add constants file, update jobs and test 2016-04-18 17:57:17 -07:00
b2ff6bc291 add test for unique worker id 2016-04-18 17:44:39 -07:00
3d89a3e86c beef up the job document's body, update tests 2016-04-18 17:44:18 -07:00
9d07023453 start adding tests for the worker 2016-04-18 16:39:48 -07:00
22d9ffcefe better elasticsearch client fixture 2016-04-18 16:34:03 -07:00
5ce288fd72 ensure objects are event emitters 2016-04-15 17:29:40 -07:00
9f495c7791 add job object, and tests 2016-04-15 16:51:56 -07:00
822019f12a change test structure, create elasticsearch fixture 2016-04-15 16:51:38 -07:00