mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
d631af59c0
The tests in pseudo-tty takes the form of child node writing some data and exiting, while parent python consume them through pseudo tty implementations, and validate the result. While there is no synchronization between child and parent, this works for most platforms, except AIX, where the child exits even before the parent could setup the read loop, under race conditions Fixing the race condition is ideally done through sending ACK messages to and forth, but involves massive changes and have side effect. The workaround is to address them in AIX alone, by adding a reasonable delay. PR-URL: https://github.com/nodejs/node/pull/11715 Fixes: https://github.com/nodejs/node/issues/7973 Fixes: https://github.com/nodejs/node/issues/9765 Fixes: https://github.com/nodejs/node/issues/11541 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> |
||
---|---|---|
.. | ||
no_dropped_stdio.js | ||
no_dropped_stdio.out | ||
no_interleaved_stdio.js | ||
no_interleaved_stdio.out | ||
pseudo-tty.status | ||
ref_keeps_node_running.js | ||
ref_keeps_node_running.out | ||
stdin-setrawmode.js | ||
stdin-setrawmode.out | ||
test-handle-wrap-isrefed-tty.js | ||
test-handle-wrap-isrefed-tty.out | ||
test-stderr-stdout-handle-sigwinch.js | ||
test-stderr-stdout-handle-sigwinch.out | ||
test-tty-stdout-end.js | ||
test-tty-stdout-end.out | ||
test-tty-wrap.js | ||
test-tty-wrap.out | ||
testcfg.py |