-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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
node:test issue fixed in v20 still not working in LTS #49976
Comments
Hi @andreashuber69, this fix was released in version 20.6.0, which was released on Sep 4th (https://github.com/nodejs/node/releases/tag/v20.6.0) Since v18 is an LTS, commits normally take a longer time before reaching it, in order to "stay safe". |
Yes, what @atlowChemi said 😄. I'm going to close this out since this should happen automatically and I don't think there is anything to do. |
IMHO this issue shouldn't have been closed until it's actually resolved. |
Since the fix of the bug behind this issue has already been merged to |
But as a LTS "user", how then can I track the status of this issue. How will I know when the LTS version has this fixed? (sorry if it seems like I'm asking rhetorically, I'm not. I'm genuinly curious) |
You can watch for release issues or even look at the original PR which will have references from the release posts (you can currently see it's referenced from the v20.6.0 issue and this one). Having a separate tracking issue for every change that needs to be backported would be a pretty big headache for maintainers. |
Version
v18.18.0
Platform
Linux pop-os 6.4.6-76060406-generic #202307241739
169531258622.04~4d8f3e9 SMP PREEMPT_DYNAMIC Thu S x86_64 x86_64 x86_64 GNU/LinuxSubsystem
node:test
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
Always with node v18.18.0
What is the expected behavior? Why is that the expected behavior?
Expected behavior is the same as with node v20.8.0
What do you see instead?
Additional information
20.4.0 apparently had the same bug: #48845, which is now fixed.
The text was updated successfully, but these errors were encountered: