-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
Support snapshotting node:test #47832
Comments
cc @joyeecheung |
We don't support udp and the test module in the snapshot yet. |
Unknown external reference
error when building a snapshot that requires the test
module
There has been no activity on this feature request for 5 months and it is unlikely to be implemented. It will be closed 6 months after the last non-automated comment. For more information on how the project manages feature requests, please consult the feature request management document. |
There has been no activity on this feature request and it is being closed. If you feel closing this issue is not the right thing to do, please leave a comment. For more information on how the project manages feature requests, please consult the feature request management document. |
Version
v20.0.0
Platform
No response
Subsystem
bootstrap
What steps will reproduce the bug?
So it complains that
UDPWrapBase::RecvStart()
-node/src/udp_wrap.cc
Lines 645 to 648 in b0ca770
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior? Why is that the expected behavior?
Should warn and exit with a 0 error code instead of crashing.
What do you see instead?
It crashes.
Additional information
After #47779 lands, the error would reproduce while building a snapshot that requires the
node:test
module instead oftest
.The text was updated successfully, but these errors were encountered: