-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
There are X handle(s) keeping the process running #4526
Comments
Is this same as #3077? Redux toolkit seems to use Does replacing |
It might be the same issue? I created a new issue because most of the things I'm seeing from the I'll be honest, I don't really know where exactly the actual issue is but if anyone has an idea of where it is and getting it fixed is just an issue of no one having time, I don't necessarily mind doing some leg work myself to try and get this fixed. I think Again, I really appreciate all of the work that is being done here and don't mind doing some leg work myself to try and get this issue fixed if that's what it takes. I just actually don't know where to even start looking to try and fix this; or if people even already know that this issue exists and are working on a fix. |
Run |
This is same issue as in #3077. I can reproduce the bug locally using the provided setup. After upgrading to Vitest v1-beta and using |
Describe the bug
This bug causes vitest to sporadically hang. In my experience it happens more frequently in my large project that uses vitest than it does in a smaller project but it will still appear in smaller projects.
Reproduction
An example of how to reproduce the issue can be found here.
Since this issue is sporadic it can take ~10 attempts in my experience to get it to happen. I get this to happen by running the following and waiting until eventually a run hangs.
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: