-
Notifications
You must be signed in to change notification settings - Fork 4k
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
[core] Slow execution at SynthUtils.toCloudFormation on v1.57.0 #10213
Comments
Investigating:
The first finding will be addressed in #10306. The second one is probably an easy enough fix. I thought we had disabled stack trace collection for tests using an environment variable. Maybe that change got reverted by accident? |
One of the contributors of longer runtimes, and we definitely don't need stack traces in it. Relates to #10213.
One of the contributors of longer runtimes, and we definitely don't need stack traces in it. Relates to #10213. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
Our unit test execution takes considerably long time, when we upgrade CDK from v1.56.0 to v1.57.0.
$ jest
took 59 seconds$ jest
took 673 secondsI suspect that changes from #9342 affected our codes.
Is there any workaround to make it faster like previous version?
Reproduction Steps
Our test code something looks like followings:
The
app
is pretty large and it has 55 stacks and the snapshot file has about 23,000 lines.Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: