Commit e122d39
test: replace setTimeout with setImmediate in stream test
Replace setTimeout() with setImmediate() in
test-stream-writable-clear-buffer. The test still fails in Node.js 8.6.0
(if you comment out the `common` module, since it uses BigInts and those
aren't supported in 8.6.0).
PR-URL: #30561
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>1 parent 8ef629a commit e122d39Copy full SHA for e122d39
File tree
Expand file treeCollapse file tree
1 file changed
+6
-5
lines changedOpen diff view settings
Filter options
- test/sequential
Expand file treeCollapse file tree
1 file changed
+6
-5
lines changedOpen diff view settings
Collapse file
test/sequential/test-stream-writable-clear-buffer.js
Copy file name to clipboardExpand all lines: test/sequential/test-stream-writable-clear-buffer.js+6-5Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
| 2 | + |
3 | 3 | |
4 | 4 | |
5 | 5 | |
| ||
10 | 10 | |
11 | 11 | |
12 | 12 | |
13 | | - |
14 | | - |
15 | | - |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
16 | 17 | |
17 | | - |
| 18 | + |
18 | 19 | |
19 | 20 | |
20 | 21 | |
|
0 commit comments