test_runner: fix global after hook#48231
Conversation
|
Review requested:
|
|
@cjihrig I just pushed a fix making root test use |
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?
well in |
|
Landed in 5e98a74 |
PR-URL: nodejs#48231 Fixes: nodejs#48230 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: nodejs#48231 Fixes: nodejs#48230 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: nodejs#48231 Fixes: nodejs#48230 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: nodejs#48231 Fixes: nodejs#48230 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Fixes: #48230