Skip to content

test: increase bufsize in child process write test

test-child-process-stdio-big-write-end was failing on ubuntu1604-arm64 because the while loop that was supposed to fill up the buffer ended up being an infinite loop.

This increases the size of the writes in the loop by 1K until the buffer fills up.

Fixes: https://github.com/nodejs/node/issues/13603

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test child_process

Merge request reports

Loading