forked from vercel/pkg
-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Tests improvements #112
Labels
Comments
cc @faulpeltz any clue about the |
Ref #111 |
robertsLando
added
enhancement
New feature or request
good first issue
Good for newcomers
labels
Oct 23, 2024
robertsLando
added a commit
that referenced
this issue
Oct 23, 2024
robertsLando
added a commit
that referenced
this issue
Oct 23, 2024
robertsLando
added a commit
that referenced
this issue
Oct 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After some investigation many tests were broke. Here a list of broken tests that require investigation and some possible improvements:
test-00-sea
: when running produced binary an error is thrown on windowsand mac(fixed by fix: follow exact SEA baking procedure for Mac #116)test-50-fs-runtime-layer-3
: fs.writeFileSync throwsENOENT: no such file or directory, open /snapshot/test-50-fs-runtime-layer-3/test-z-asset.css
on node 20/22test-79-npm
: this test is HUGE and has been disabled as it's not reliable. Understand if restore it or nottest-46-multi-arch
: add macos supporttest-80-compression-node-opcua
: takes forever (from 5 min on linux up to 10 minutes on windows). Make it faster cc @erossignonEnable parallel testsThe text was updated successfully, but these errors were encountered: