Skip to content

test,stream: fix pipeline test so it runs well on Windows in older nodes

This test is ported automatically in readable-stream, and it fails there on Windows and older Node.js versions because of some bad interactions between the code and the event loop on Windows.

See: https://github.com/nodejs/readable-stream/issues/353

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading