Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(lsp/testing): use full ancestry to compute static id of step #20297

Merged
merged 1 commit into from
Aug 27, 2023

Conversation

nayeemrmn
Copy link
Collaborator

@nayeemrmn nayeemrmn commented Aug 26, 2023

Fixes denoland/vscode_deno#656.

Test steps were ID'd by a checksum of [origin, level, step_name] which is incorrect.
Now it's [origin, ...ancestor_names, step_name].

Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@bartlomieju bartlomieju merged commit e1fe315 into denoland:main Aug 27, 2023
12 checks passed
@nayeemrmn nayeemrmn deleted the lsp-nested-steps-static-id branch August 28, 2023 01:13
bartlomieju pushed a commit that referenced this pull request Aug 31, 2023
)

Fixes denoland/vscode_deno#656.

Test steps were ID'd by a checksum of `[origin, level, step_name]` which
is incorrect. Now it's `[origin, ...ancestor_names, step_name]`.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Testing won't show status for test cases with same name in different steps
2 participants