Skip to content

fix(step): fixed truncating error stack traces with Promise.all#40319

Closed
ChernyshovDmitriy wants to merge 1 commit intomicrosoft:mainfrom
ChernyshovDmitriy:error-messages-truncate-fix
Closed

fix(step): fixed truncating error stack traces with Promise.all#40319
ChernyshovDmitriy wants to merge 1 commit intomicrosoft:mainfrom
ChernyshovDmitriy:error-messages-truncate-fix

Conversation

@ChernyshovDmitriy
Copy link
Copy Markdown

@ChernyshovDmitriy ChernyshovDmitriy commented Apr 20, 2026

Fixes #40141

Summary

Fix that was described by @pavelfeldman #40141 (comment) to save all stack trace of errors, when using Promise.all inside POM
Fix by conditionally calls _onUserStepBegin and _onUserStepEnd

Add test for that fix

@ChernyshovDmitriy
Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree

@dgozman
Copy link
Copy Markdown
Collaborator

dgozman commented Apr 21, 2026

Thank you for the PR! Closing in favor of #40331.

@dgozman dgozman closed this Apr 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Error stack traces are truncated when using steps inside POM

2 participants