Uh oh!
There was an error while loading. Please reload this page.
test_runner: fixed test object is incorrectly passed to setup() - #50982
Conversation
nodejs-github-bot
commented
Nov 30, 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.
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
Dec 4, 2023
pulkit-30
commented
Dec 6, 2023
I was also suspecting something, but surprised by the tests 😅 |
pulkit-30
commented
Dec 6, 2023
converting this PR to draft. ref: #51064, still working on it 🚀 |
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
left a comment
There was a problem hiding this comment.
createWriteStream is called multiple times for each reporter destination, and in some cases the writeStream is never being closed
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.
pulkit-30
commented
Dec 23, 2023
@MoLow PTAL. |
nodejs-github-bot
commented
Dec 23, 2023
nodejs-github-bot
commented
Dec 24, 2023
nodejs-github-bot
commented
Dec 24, 2023
Landed in dad666a |
MoLow
commented
Dec 24, 2023
@pulkit-30 thanks for the hard work 🎉 |
pulkit-30
commented
Dec 24, 2023
Thanks a ton! It means a lot. |
PR-URL: #50982 Reviewed-By: Raz Luvaton <rluvaton@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
koshic
commented
Jan 16, 2024
@MoLow do you plan to backport it to 20.x? Documentation is still incorrect - https://nodejs.org/docs/latest-v20.x/api/test.html#runoptions. |
MoLow
commented
Jan 16, 2024
not every PR needs a manual backport. lets wait for @nodejs/releasers to release a new v20 version and request a backport if needed |
PR-URL: #50982 Reviewed-By: Raz Luvaton <rluvaton@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>


Fix#48809
pass
testStreamto setup insteadtestRoot.