Commit 5469adf
test: test pipeline
Add test that confirms that
`stream.promises.pipeline(source, transform, dest, {end: false});`
only skips ending the destination stream.
`{end: false}` should still end any transform streams.
PR-URL: #48970
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>end on transform streams1 parent 04de576 commit 5469adfCopy full SHA for 5469adf
File tree
Expand file treeCollapse file tree
1 file changed
+5
-1
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+5
-1
lines changedOpen diff view settings
Collapse file
test/parallel/test-stream-pipeline.js
Copy file name to clipboardExpand all lines: test/parallel/test-stream-pipeline.js+5-1Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1476 | 1476 | |
1477 | 1477 | |
1478 | 1478 | |
| 1479 | + |
1479 | 1480 | |
1480 | 1481 | |
1481 | 1482 | |
1482 | | - |
| 1483 | + |
| 1484 | + |
| 1485 | + |
| 1486 | + |
1483 | 1487 | |
1484 | 1488 | |
1485 | 1489 | |
|
0 commit comments