Skip to content

Commit 081b4e2

Browse files
Trottaddaleax
authored andcommitted
test: move stream test to parallel
I don't believe there's a reason test-stream-writable-clear-buffer needs to be in sequential. Move it to parallel. PR-URL: #30561 Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent 103d01e commit 081b4e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/sequential/test-stream-writable-clear-buffer.js test/parallel/test-stream-writable-clear-buffer.js

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ class StreamWritable extends Stream.Writable {
1313
// Refs: https://github.com/nodejs/node/issues/6758
1414
// We need a timer like on the original issue thread.
1515
// Otherwise the code will never reach our test case.
16-
// This means this should go in the sequential folder.
1716
_write(chunk, encoding, cb) {
1817
setImmediate(cb);
1918
}

0 commit comments

Comments
 (0)