Skip to content
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

vitest sometimes freezes #407

Closed
KonradHoeffner opened this issue Oct 26, 2023 · 0 comments
Closed

vitest sometimes freezes #407

KonradHoeffner opened this issue Oct 26, 2023 · 0 comments
Assignees
Labels
Milestone

Comments

@KonradHoeffner
Copy link
Collaborator

npm run test, which calls vitest run, sometimes hangs.
Probably related to vitest-dev/vitest#2008.
vitest-dev/vitest#2008 (comment) remarks that circular dependencies caused this problem in one case and removing them fixed the issue. Probably a good idea to get rid of as many of them as possible but it is hard to do and takes a while, track in #406.

vitest-dev/vitest#2008 (comment) got rid of the freezes by using the --no-threads option, so we should try that as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant