-
-
Notifications
You must be signed in to change notification settings - Fork 9.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
Resolve issue with smoke-testing cra/default-ts
#19351
Comments
Good golly!! I just released https://github.com/storybookjs/storybook/releases/tag/v7.0.0-alpha.35 containing PR #19352 that references this issue. Upgrade today to the
Closing this issue. Please re-open if you think there's still more to do. |
Yee-haw!! I just released https://github.com/storybookjs/storybook/releases/tag/v7.0.0-alpha.38 containing PR #19466 that references this issue. Upgrade today to the
Closing this issue. Please re-open if you think there's still more to do. |
Describe the bug
The
cra/default-ts
smoke test task works but then regularly times out (maybe 80% of the time). Theexeca()
call just never returns (see #19306 for investigations).We have no idea why but it happens only for that template, we can speculate that maybe it uses more memory or something.
Possible fixes
First off we want to just update
execa
(and maybe node also) and see if it goes away.Otherwise, we might have to try and create a reproduction, get it going on CI and then see if we can debug into execa to see what's happening (doesn't sound fun). So let's do the former and hope for luck 🤞
Once it is fixed we should revert this commit: 17ddcb7
The text was updated successfully, but these errors were encountered: