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 <shishugi@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
Trott authored and MylesBorins committed Dec 17, 2019
1 parent 0903f67 commit 8e36901
Showing 1 changed file with 0 additions and 1 deletion.
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 8e36901

Please sign in to comment.