Skip to content
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

fix(trace): in indexTree check isVisible before adding to result #33797

Merged
merged 5 commits into from
Nov 28, 2024

Conversation

Skn0tt
Copy link
Member

@Skn0tt Skn0tt commented Nov 28, 2024

Closes #33788.

2e8e7a6 rewrote how the tree is composed. The bug is that it appends onto result without checking if the node is visible.

@Skn0tt Skn0tt self-assigned this Nov 28, 2024
@Skn0tt Skn0tt requested a review from dgozman November 28, 2024 11:42
Copy link
Contributor

Test results for "tests 1"

1 failed
❌ [playwright-test] › runner.spec.ts:118:5 › should ignore subprocess creation error because of SIGINT @macos-latest-node18-1

1 flaky ⚠️ [chromium-library] › library/inspector/cli-codegen-csharp.spec.ts:214:5 › should print a valid basic program in mstest @ubuntu-20.04-chromium-tip-of-tree

37189 passed, 650 skipped
✔️✔️✔️

Merge workflow run.

@Skn0tt Skn0tt merged commit 4fb6c4e into microsoft:main Nov 28, 2024
28 of 29 checks passed
Skn0tt added a commit that referenced this pull request Nov 28, 2024
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.

[Regression]: Double clicking the steps in trace viewer doesn't filter actions
2 participants