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 the 'RunMakeKillTabs' PGO test #13089

Merged
1 commit merged into from
May 12, 2022
Merged

Conversation

carlos-zamora
Copy link
Member

@carlos-zamora carlos-zamora commented May 12, 2022

Summary of the Pull Request

For some reason, the PGO tests (specifically the RunMakeKillTabs test) started to fail after #12979 merged. After closer inspection, the test was actually improperly written. We should be using ctrl+shift+t to open new tabs, not alt+shift+t. Presumably, the alt was copied over from the previous test, because they look very similar.

So I went ahead and fixed the test, and it now (1) tests what it's intended to test and (2) doesn't fail. Why did #12979 cause the tests to fail? idk, but it works now.

References

#10071 - Introduce PGO Tests

Validation Steps Performed

Ran PGO tests locally and confirmed that it works.
Ran PGO pipeline and confirmed that it works.

@carlos-zamora carlos-zamora requested a review from DHowett May 12, 2022 17:34
Copy link
Member

@DHowett DHowett left a comment

Choose a reason for hiding this comment

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

This is really it? Wow!

@DHowett DHowett added the Needs-Second It's a PR that needs another sign-off label May 12, 2022
@ghost ghost requested review from zadjii-msft, PankajBhojwani and lhecker May 12, 2022 20:19
@carlos-zamora
Copy link
Member Author

@msftbot merge this in 2 minutes

@ghost ghost added the AutoMerge Marked for automatic merge by the bot when requirements are met label May 12, 2022
@ghost
Copy link

ghost commented May 12, 2022

Hello @carlos-zamora!

Because you've given me some instructions on how to help merge this pull request, I'll be modifying my merge approach. Here's how I understand your requirements for merging this pull request:

  • I won't merge this pull request until after the UTC date Thu, 12 May 2022 20:38:11 GMT, which is in 2 minutes

If this doesn't seem right to you, you can tell me to cancel these instructions and use the auto-merge policy that has been configured for this repository. Try telling me "forget everything I just told you".

@ghost ghost merged commit 17d1e24 into main May 12, 2022
@ghost ghost deleted the dev/cazamor/pgo/fix-kill-tab-test branch May 12, 2022 20:38
carlos-zamora added a commit that referenced this pull request May 12, 2022
## Summary of the Pull Request
For some reason, the PGO tests (specifically the `RunMakeKillTabs` test) started to fail after #12979 merged. After closer inspection, the test was actually improperly written. We should be using <kbd>ctrl+shift+t</kbd> to open new tabs, not <kbd>alt+shift+t</kbd>. Presumably, the <kbd>alt</kbd> was copied over from the previous test, because they look _very_ similar.

So I went ahead and fixed the test, and it now (1) tests what it's intended to test and (2) doesn't fail. Why did #12979 cause the tests to fail? idk, but it works now.

## References
#10071 - Introduce PGO Tests

## Validation Steps Performed
Ran PGO tests locally and confirmed that it works.
Ran PGO pipeline and confirmed that it works.

(cherry picked from commit 17d1e24)
Service-Card-Id: 81863976
Service-Version: 1.14
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AutoMerge Marked for automatic merge by the bot when requirements are met Needs-Second It's a PR that needs another sign-off
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants