summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* add durations to failure messageEd Eustace2015-06-171-1/+2
|
* move interval to options object that may be passed in as the 1st parameteredeustace2015-06-171-2/+20
|
* add interval option to retryedeustace2015-06-161-0/+22
|
* merge 1.1.x into masterAlexander Early2015-06-071-0/+13
|\
| * make eachSeries sync w/ single item and a sync iterator. Fixes #782Alexander Early2015-06-071-0/+13
| | | | | | | | | | Conflicts: test/test-async.js
* | make eachSeries sync w/ single item and a sync iterator. Fixes #782Alexander Early2015-06-071-4/+17
| |
* | fix(each): each with empty array that has other property never calls final ↵RBLU2015-06-021-0/+16
| | | | | | | | callback
* | Merge pull request #772 from justincy/queue-concurrencyAlexander Early2015-06-011-51/+31
|\ \ | | | | | | Queue concurrency
| * | failing test for changing queue concurrency; #747Justin2015-06-011-51/+31
| |/
* | add timesLimit. Closes #743Alexander Early2015-06-011-11/+31
| |
* | increase timeout for flaky testAlexander Early2015-06-011-2/+2
| |
* | fixed test issues in browsersAlexander Early2015-06-011-11/+21
|/
* seq callback is now optional. closes #618Alexander Early2015-06-011-0/+20
|
* make use of _once() function, rather than assigning the callback to noopAlexander Early2015-06-011-0/+15
|
* set default values for each functions. Fixes #667Alexander Early2015-05-311-0/+52
|
* added check to queue.push(). Fixes #593Alexander Early2015-05-311-0/+8
|
* add test for #557, #558Alexander Early2015-05-311-0/+15
|
* add test for #578. Closes #578Alexander Early2015-05-311-0/+12
|
* updated docs around cargoAlexander Early2015-05-311-1/+48
|
* simplified implementation of seriesAlexander Early2015-05-311-13/+17
|
* reorganized more testsAlexander Early2015-05-311-44/+60
|
* reorganized parallel testsAlexander Early2015-05-311-70/+71
|
* reorganized queue testsAlexander Early2015-05-301-127/+132
|
* set jshint unused: trueAlexander Early2015-05-301-36/+58
|
* experimental map changesAlexander Early2015-05-281-25/+29
|
* use ensureAsync with forever. Fixes #622ensure_asyncAlexander Early2015-05-251-2/+24
|
* initial ensureAsync implementationAlexander Early2015-05-241-4/+56
|
* Added test for _eachLimit stopping replenishing after errorBao2015-05-221-0/+83
|
* split waterfall tests into a groupAlexander Early2015-05-211-16/+19
|
* added tests for #508 and #512Alexander Early2015-05-201-0/+28
|
* pass err as null for consistency. Closes #491Alexander Early2015-05-201-13/+38
|
* added test case for #489, #259Alexander Early2015-05-201-0/+19
|
* added additional detectSeries test, clarified docs. Closes #534Alexander Early2015-05-201-0/+10
|
* intercept queue concurrency of 0Vito Alexander Nordloh2015-05-201-0/+7
|
* fixed jshint issues, run linter on npm testAlexander Early2015-05-191-52/+49
|
* Merge pull request #663 from Mickael-van-der-Beek/dead-locksAlexander Early2015-05-191-0/+27
|\ | | | | Detecting dead-locks in async.auto() and throwing an Error
| * Merge remote-tracking branch 'upstream/master' into dead-locksMickael van der Beek2014-12-101-8/+8
| |\
| * | Corrected task name typo for consistency with other tests.Mickael van der Beek2014-11-181-4/+4
| | |
| * | Fixes caolan/async#263 and other dependency issues by detecting dead-locks ↵Mickael van der Beek2014-11-181-0/+27
| | | | | | | | | | | | and throwing an Error.
* | | reordered functions, added aliases, simplified eachOfLimit logicAlexander Early2015-01-201-48/+49
| | |
* | | merging from dominicbarnes:forEachOfAlexander Early2015-01-191-9/+201
|\ \ \
| * | | adding forEachOfSeries and forEachOfLimit along with testsDominic Barnes2013-02-061-3/+148
| | | |
| * | | adding forEachOf to iterate objects asynchronouslyDominic Barnes2013-02-061-0/+47
| | | |
* | | | Update test for node 0.10 and aboveBeau Gunderson2014-12-181-5/+3
| |_|/ |/| |
* | | Fix incorrect test & favor Date valueOf for old IEBeau Gunderson2014-11-301-4/+8
| | | | | | | | | | | | Fixes #666.
* | | Remove errant debugger statements, fixes #563Beau Gunderson2014-11-291-4/+0
| |/ |/|
* | Merge branch 'master' into patchnazomikan2014-05-241-0/+45
|\ \
| * | Failing test for pausing with concurrrencyVaughn Iverson2014-05-211-0/+45
| | |
* | | detect a browser environment and not attempt to run of require vm spec.nazomikan2014-05-241-0/+16
| | |
* | | add spec for #303nazomikan2014-05-201-0/+65
|/ / | | | | | | | | | | * waterfall call in another context * parallel call in another context * series call in another context