Skip to content

test: fix fork-dgram on AIX

Rodrigo Muino Tomonari requested to merge github/fork/gibfahn/test-dgram-pr into master
Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Description of change

Closes the server as soon as the child receives a message

I'm not sure that this is the correct fix, but I've tried this with some debugging information (see this gist) and both parent and child do seem to be receiving a message on AIX.

Fixes: #8271 (closed)

Refs: Previous PR (to fix on SmartOS): https://github.com/nodejs/node-v0.x-archive/pull/8045 Previous Issue (ditto): https://github.com/nodejs/node-v0.x-archive/issues/8046 Original Commit: https://github.com/nodejs/node/commit/bdf7ac2c5dcdbb59d9a4db7e8eaa66462b1bed26 Original PR: https://github.com/nodejs/node-v0.x-archive/pull/4864

Merge request reports

Loading