| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Needs a stress test |
Sorry, something went wrong.
Sorry, something went wrong.
|
Still looking a bit flaky: 1237 OK: 1228 NOT OK: 9 TOTAL: 9999 Is there a way for the child process to pause until the debugger is attached? |
Sorry, something went wrong.
Maybe replace --inspect=0 with --inspect-brk=0 (there's already a Runtime.runIfWaitingForDebugger that will "continue" execution) |
Sorry, something went wrong.
|
Can we do the stress test again? |
Sorry, something went wrong.
|
@jBarz not till nodejs/build#775 (comment) is resolved. |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Pause child on startup using inspect-brk=0 until the parent debugger is ready.
|
I made another change which no longer marks this test as flaky for aix and windows. |
Sorry, something went wrong.
There was a problem hiding this comment.
Should stress test, but code LGTM
Sorry, something went wrong.
|
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/ |
Sorry, something went wrong.
|
arm failures were infra issues not related to this PR. |
Sorry, something went wrong.
|
Windows failure was #16688 so net is that CI is good with respect to this change. |
Sorry, something went wrong.
Pause child on startup using inspect-brk=0 until the parent debugger is ready. PR-URL: #15774 Fixes: #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: nodejs#15774 Fixes: 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: #15774 Fixes: #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>
| Back | FazBrowse Home | New Git URL |
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
Affected core subsystem(s)