You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have 2 company projects locating in the same repository, one uses Vue and one uses Qwik. Recently, our CI usually failed due to this error
➤ YN0000: close timed out after 10000ms
➤ YN0000: Failed to terminate worker while running....
After googling a while, I found this issue on Vitest repo vitest-dev/vitest#3077 It seems like undici causes the issue. The workaround was also provided there.
Reproduction
It's a private repo so I can't share. I'm sorry about that
Steps to reproduce
Create a repository with 2 projects, one is Qwik and one is either Vue/React/Solid and uses Vitest as test framework.
Which component is affected?
Qwik Runtime
Describe the bug
I have 2 company projects locating in the same repository, one uses
Vue
and one usesQwik
. Recently, our CI usually failed due to this errorAfter googling a while, I found this issue on
Vitest
repo vitest-dev/vitest#3077 It seems likeundici
causes the issue. The workaround was also provided there.Reproduction
It's a private repo so I can't share. I'm sorry about that
Steps to reproduce
Qwik
and one is eitherVue/React/Solid
and usesVitest
as test framework.yarn
orpnpm
workspaceSystem Info
Additional Information
The issue is quite hard to reproduce. Locally, I had to run tests a few times to see the problem.
The text was updated successfully, but these errors were encountered: