Skip to content

fix(test runner): proper async stack inside chained steps#40331

Merged
dgozman merged 1 commit intomicrosoft:mainfrom
dgozman:fix-tr-chained-step-stack
Apr 21, 2026
Merged

fix(test runner): proper async stack inside chained steps#40331
dgozman merged 1 commit intomicrosoft:mainfrom
dgozman:fix-tr-chained-step-stack

Conversation

@dgozman
Copy link
Copy Markdown
Collaborator

@dgozman dgozman commented Apr 21, 2026

Recent changes have introduced more async hops inside the test.step() implementation that revealed an issue with raceAgainstDeadline that truncated stacks at the first async hop due to missing await.

Fixes #40141.

Recent changes have introduced more async hops inside the
`test.step()` implementation that revealed an issue with
`raceAgainstDeadline` that truncated stacks at the first
async hop due to missing `await`.
@github-actions
Copy link
Copy Markdown
Contributor

Test results for "tests 1"

4 flaky ⚠️ [chromium-library] › library/video.spec.ts:682 › screencast › should capture full viewport on hidpi `@chromium-ubuntu-22.04-node24`
⚠️ [chromium-library] › library/video.spec.ts:719 › screencast › should work with video+trace `@chromium-ubuntu-22.04-node20`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1080 › cli codegen › should not throw csp directive violation errors `@firefox-ubuntu-22.04-node20`
⚠️ [firefox-page] › page/page-request-gc.spec.ts:19 › should work `@firefox-ubuntu-22.04-node20`

39252 passed, 847 skipped


Merge workflow run.

@github-actions
Copy link
Copy Markdown
Contributor

Test results for "MCP"

3 failed
❌ [firefox] › mcp/cli-devtools.spec.ts:141 › video-start-stop @mcp-windows-latest
❌ [firefox] › mcp/cli-devtools.spec.ts:155 › video-chapter @mcp-windows-latest
❌ [firefox] › mcp/cli-session.spec.ts:72 › persistent session shows in list after close @mcp-windows-latest

6520 passed, 913 skipped


Merge workflow run.

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