summaryrefslogtreecommitdiff
path: root/mocha_test/queue.js
Commit message (Expand)AuthorAgeFilesLines
* Implment queues using DLLsGraeme Yeates2016-06-301-1/+1
* fix new lint errorsAlexander Early2016-06-071-25/+25
* Add tests for queue error handlerJohan Nordberg2016-05-291-0/+27
* Remove magic numbers in queue pause testsGraeme Yeates2016-05-181-23/+23
* add `queue` and `priortyQueue` testSuguru Motegi2016-04-261-1/+37
* tweak timeout in testAlexander Early2016-04-021-1/+1
* tweak timeouts in queue/cargo testsAlexander Early2016-04-021-2/+2
* speed up queue.pause() tests and remove race conditionAlexander Early2016-04-021-22/+22
* speed up queue testsAlexander Early2016-04-021-21/+21
* changed saturated and unsaturated to better reflect realityAlexander Early2016-03-221-11/+13
* convert priorityQueue tests to mochaAlexander Early2016-03-221-4/+2
* convert queue tests to mochaAlexander Early2016-03-221-0/+598
* fix queue testSuguru Motegi2016-02-241-2/+22
* added a base implementation for unsaturation event #868Ernie Casilla2016-02-201-0/+49