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: add missing label #5162

Merged
merged 2 commits into from
Oct 17, 2023
Merged

Conversation

gbockus-sf
Copy link
Contributor

What does this PR do?

CodeBuilder found a flow where we had a missing label. I verified by altering the local code to always print the label and found it was indeed missing from the core extension.

What issues does this PR fix or reference?

@W-14284449@
#5156

Functionality Before

image

Functionality After

image

@gbockus-sf gbockus-sf requested a review from a team as a code owner October 17, 2023 20:04
@diyer
Copy link
Collaborator

diyer commented Oct 17, 2023

@gbockus-sf how is this change tested? can automation be added for this?

@gbockus-sf
Copy link
Contributor Author

@diyer This is an odd corner case as it's only exposed when an external extension calls a command in our extension. This is fairly unusal (currently anyway).
We'd typically catch this through QE or our automated testing, but the lack of that taking place in Jan 2021 when the problem code was written is a problem we're working on :).

@gbockus-sf gbockus-sf merged commit a24d7ec into develop Oct 17, 2023
15 checks passed
@gbockus-sf gbockus-sf deleted the gbockus/W-14284449-fix-missing-label branch October 17, 2023 20:55
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.

None yet

3 participants