-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
Flaky tests #9492
Comments
I'm getting the |
@bluwy Yeah, I noticed that myself. I can easily reproduce |
Describe the bug
The tests seems to randomly crash when running
pnpm test-build
orpnpm test-serve
on Node 16 with the following errors:Check failed: result.second.
FATAL ERROR: v8::FromJust Maybe value is Nothing.
This is an upstream issue in Vitest/Node/V8, but I created an issue here to track any potential workarounds/resolutions for
vitejs/vite
itself.Reproduction
https://github.com/vitejs/vite/runs/7579105441?check_suite_focus=true#logs
The error can be easily reproduced by running
pnpm test-build
multiple times. For example, run this bash script on Node 16 from the project root ofvite
:System Info
Used Package Manager
pnpm
Logs
Build&Test: node-16, macos-latest:
Check failed: result.second.
Build&Test: node-16, windows-latest:
FATAL ERROR: v8::FromJust Maybe value is Nothing.
Validations
The text was updated successfully, but these errors were encountered: