Uh oh!
There was an error while loading. Please reload this page.
aix, test: prolong debugged child process - #15774
Conversation
gibfahn
commented
Oct 10, 2017
Needs a stress test |
gibfahn
commented
Oct 10, 2017
Still looking a bit flaky: Is there a way for the child process to pause until the debugger is attached? |
refack
commented
Oct 10, 2017
Maybe replace |
jBarz
commented
Oct 13, 2017
Can we do the stress test again? |
gibfahn
commented
Oct 13, 2017
@jBarz not till nodejs/build#775 (comment) is resolved. |
gibfahn
commented
Oct 19, 2017
@jBarz if you rebase I'll stress test. |
jBarz
commented
Oct 19, 2017
Thanks @gibfahn , done! |
gibfahn
commented
Oct 19, 2017
gibfahn
commented
Oct 20, 2017
Pause child on startup using inspect-brk=0 until the parent debugger is ready.
jBarz
commented
Oct 24, 2017
I made another change which no longer marks this test as flaky for aix and windows. |
mhdawson
commented
Nov 2, 2017
I think earlier stress test showed it was good. New CI since it has been 2 weeks: https://ci.nodejs.org/job/node-test-pull-request/11152/ |
mhdawson
commented
Nov 2, 2017
arm failures were infra issues not related to this PR. |
mhdawson
commented
Nov 2, 2017
Windows failure was #16688 so net is that CI is good with respect to this change. |
Pause child on startup using inspect-brk=0 until the parent debugger is ready. PR-URL: #15774Fixes: #14897 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
mhdawson
commented
Nov 2, 2017
Landed as f1f0eb2 |
Pause child on startup using inspect-brk=0 until the parent debugger is ready. PR-URL: nodejs#15774Fixes: nodejs#14897 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Pause child on startup using inspect-brk=0 until the parent debugger is ready. PR-URL: #15774Fixes: #14897 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
On AIX, there is a possibility that the child process is done before the parent debugger can connect to it. So prolong the child process by factor of 2.
Fixes: #14897
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)