Skip to content

Commit

Permalink
test: move stream test to parallel
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
  • Loading branch information
Trott authored and addaleax committed Nov 30, 2019
1 parent 103d01e commit 081b4e2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class StreamWritable extends Stream.Writable {
// Refs: https://github.com/nodejs/node/issues/6758
// We need a timer like on the original issue thread.
// Otherwise the code will never reach our test case.
// This means this should go in the sequential folder.
_write(chunk, encoding, cb) {
setImmediate(cb);
}
Expand Down

0 comments on commit 081b4e2

Please sign in to comment.