summaryrefslogtreecommitdiff
path: root/test/parallel/test-stream-pipeline.js
Commit message (Expand)AuthorAgeFilesLines
* stream: unify stream utilsRobert Nagy2021-07-111-1/+1
* stream: use finished for pumpRobert Nagy2021-07-021-33/+0
* stream: fix pipeline pumpRobert Nagy2021-06-141-0/+33
* test: prepare for consistent comma-dangle lint ruleRich Trott2021-04-011-2/+2
* Revert "http: align with stream.Writable"Matteo Collina2021-03-311-0/+34
* stream: pipeline accept Buffer as a valid first argumentNitzan Uziely2021-03-221-0/+16
* test: refactor code to use AbortSignal.abort()Wassim Chegham2021-03-201-3/+1
* http: align with stream.WritableRobert Nagy2021-03-101-34/+0
* stream: add AbortSignal to promisified pipelineNitzan Uziely2021-02-181-0/+72
* stream: accept iterable as a valid first argumentZiJian Liu2020-12-151-0/+16
* tools: enable no-unused-expressions lint ruleMichaël Zasso2020-12-071-8/+2
* stream: support abort signalBenjamin Gruenbaum2020-12-071-1/+31
* stream: remove isPromise utility functionAntoine du Hamel2020-11-091-0/+21
* test: add common.mustSucceedTobias Nießen2020-10-171-34/+19
* stream: try to wait for flush to complete before 'finish'Robert Nagy2020-07-151-0/+24
* test: add arrayOfStreams to pipelinerickyes2020-07-071-0/+20
* stream: fix broken pipeline testRobert Nagy2020-04-241-1/+1
* stream: pipeline should only destroy un-finished streamsRobert Nagy2020-04-231-1/+94
* stream: make pipeline try to wait for 'close'Robert Nagy2020-03-271-1/+42
* stream: fix pipeline with dest in objectModeRobert Nagy2020-03-251-0/+12
* stream: add pipeline test for destroy of returned streamRobert Nagy2020-03-251-0/+17
* stream: avoid destroying writable sourceRobert Nagy2020-03-111-0/+16
* stream: avoid destroying http1 objectsRobert Nagy2020-03-111-0/+21
* stream: do not swallow errors with async iterators and pipelineMatteo Collina2020-03-111-0/+27
* stream: don't destroy final readable stream in pipelineRobert Nagy2020-03-081-1/+47
* stream: fix finished w/ 'close' before 'end'Robert Nagy2020-03-031-0/+18
* stream: fix multiple destroy callsRobert Nagy2020-02-291-3/+1
* stream: ensure pipeline always destroys streamsRobert Nagy2020-02-261-1/+14
* stream: fix broken pipeline error propagationRobert Nagy2020-02-241-5/+1
* stream: support passing generator functions into pipeline()Robert Nagy2020-01-171-0/+397
* stream: pipeline should use req.abort() to destroy responseRobert Nagy2019-12-251-1/+34
* stream: make all streams error in a pipelineMatteo Collina2019-12-141-0/+6
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-02-281-1/+1
* test: split out http2 from test-stream-pipelineRich Trott2018-11-241-32/+0
* test,stream: fix pipeline test so it runs well on Windows in older nodesMatteo Collina2018-08-241-0/+13
* test: make crashOnUnhandleRejection opt-outMichaël Zasso2018-07-191-2/+0
* stream: make the pipeline callback mandatoryRuben Bridgewater2018-06-081-14/+5
* test: remove unref in http2 testAnatoli Papirovski2018-06-071-6/+0
* stream: ensure Stream.pipeline re-throws errors without callbackBlaine Bublitz2018-05-311-3/+35
* stream: add pipeline and finishedMathias Buus2018-04-161-0/+483