-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v20.6.1 proposal #49528
v20.6.1 proposal #49528
Conversation
PR-URL: #49500 Fixes: #49497 Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Jacob Smith <[email protected]>
Review requested:
|
As said before, I'm afraid I won't be able to sign/promote this release. I'm creating the proposal to accelerate the process. For the releaser that will move forward with the release, feel free to remove my name in the CHANGELOG or change the release date. cc: @nodejs/releasers |
0d92ff0
to
d2c7c36
Compare
Could #49225 be included? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
CITGM result (comparing with last v20.6.0 run)
I've looked at some of them and apparently, it's a machine issue. Mostly, timeouts. Since it's just a revert, most of the issues should already exist in v20.6.0. My only concern is: Looking at the stack trace:
it also seems a file system issue in the CITGM machine. |
@RafaelGSS I think the commit is a fix, not a revert. |
I ran another CITGM test just to be sure: https://ci.nodejs.org/job/citgm-smoker/3214/. |
It will be extremally 🆒 to have #49225 pilled in 🥳 |
That's will be eleventh-hour request 📨 but maybe #49424 can be pulled in 🤞 |
CITGM results:
We need to investigate those before landing this patch. @UlisesGascon will take the lead on this release. See the failures at: https://ci.nodejs.org/job/citgm-smoker/3214/. Could you guys help in this investigation? cc: @aduh95 |
Regarding the npm 10 failures, it looks like the problem is that:
That's why all the failures look like this:
it fails to replace the cwd because it has been butchered. This is not a bug with Node.js: it's npm that does not support running their tests in a folder that contains a UUID in its name. (note: I didn't actually try running npm tests locally, so somebody with knowledge about npm tests should confirm this) |
something is off with the diffing, e.g. that said, you can ignore the |
[most/all?] |
|
|
|
|
|
(the one) |
|
|
|
|
|
|
|
|
I think that's it (including Nicolo's citgm related discussion: nodejs/citgm#959 |
Thank you so much @dnalborczyk! I'm confident enough and will proceed with the promotion steps! Also thanks @nicolo-ribaudo for debugging the npm citgm issue, I forwarded your msg to the npm team 😊 |
Notable changes: esm: * fix loading of CJS modules from ESM (Antoine du Hamel) nodejs#49500 PR-URL: nodejs#49528
2023-09-08, Version 20.6.1 (Current), @RafaelGSS
Commits
8acbe6d8e8
] - esm: fix loading of CJS modules from ESM (Antoine du Hamel) #49500