Uh oh!
There was an error while loading. Please reload this page.
test_runner: fix global after hook - #48231
Conversation
nodejs-github-bot
commented
May 28, 2023
Review requested:
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
MoLow
commented
May 30, 2023
@cjihrig I just pushed a fix making root test use |
Uh oh!
There was an error while loading. Please reload this page.
cjihrig
left a comment
There was a problem hiding this comment.
this meant I had to adjust run to be 100% synchronous in cases we use it for the root test
run() can't be 100% synchronous - it's an async function.
I guess there are no implications since the tests seem to pass, but don't we call root.postRun() in runner.js? Should we be calling root.run() there instead now?
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
MoLow
commented
May 31, 2023
well in |
nodejs-github-bot
commented
May 31, 2023
nodejs-github-bot
commented
May 31, 2023
nodejs-github-bot
commented
May 31, 2023
nodejs-github-bot
commented
May 31, 2023
nodejs-github-bot
commented
May 31, 2023
Landed in 5e98a74 |
PR-URL: nodejs#48231Fixes: nodejs#48230 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: nodejs#48231Fixes: nodejs#48230 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: nodejs#48231Fixes: nodejs#48230 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Fixes: #48230