| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
There is a ci failure that seems related to the change : https://github.com/nodejs/node/runs/6070093179?check_suite_focus=true |
Sorry, something went wrong.
|
@meixg Thank you. I fixed. (but test/parallel/test-cluster-primary-kill.js failed 🥲 |
Sorry, something went wrong.
Sorry, something went wrong.
|
Based on the CI failures, it looks like this is quite flaky on some configurations 🤔 Any idea what might be causing this? |
Sorry, something went wrong.
|
@aduh95 It seems to be fixed by 2206bd0fb908491a21ae16f5db4beeee72a038bb |
Sorry, something went wrong.
There was a problem hiding this comment.
Can this be refactored into an async function with awaits rather than a long then chain?
Sorry, something went wrong.
There was a problem hiding this comment.
@jasnell done fea46820e4dc50e74340bc58e10c898bebfe7ed2
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
|
There seems to be some related CI failures node:internal/process/promises:288
triggerUncaughtException(err, true /* fromPromise */);
^
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Uncaught Error \[ERR_DEBUGGER_ERROR\]: Requires execution to be paused/. Input:
'debug> '
at /home/iojs/build/workspace/node-test-commit-linux/test/sequential/test-debugger-list.js:26:10
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'debug> ',
expected: /Uncaught Error \[ERR_DEBUGGER_ERROR\]: Requires execution to be paused/,
operator: 'match'
}
Node.js v19.0.0-pre
|
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
PR-URL: nodejs#42776 Fixes: nodejs#42775 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: nodejs/node#42776 Fixes: nodejs/node#42775 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
| Back | FazBrowse Home | New Git URL |
Currently list command throws TypeError after the inspector is disconnected.
This PR fixed to throw ERR_DEBUGGER_ERROR instead of TypeError.
Fixes: #42775