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 PowerShell 7.2 E2E unit test for last change #2135

Merged
merged 1 commit into from Feb 12, 2024

Conversation

andyleejordan
Copy link
Member

PR #2115 added a new error message when no completion is returned (such as when it was interrupted) and our test covering a specific bug with PowerShell 7.2 was not updated. Investigating how CI missed this.

@andyleejordan andyleejordan requested a review from a team as a code owner February 12, 2024 23:08
@andyleejordan
Copy link
Member Author

andyleejordan commented Feb 12, 2024

CI missed it because it's a real edge case that requires the end-to-end tests to run with the path explicitly set to use PowerShell 7.2 or 7.3 (since the path given in the build script is just "pwsh") and we somehow got an image for the PR and merge group that had 7.4, and then one for the push to main after the merge with 7.2. Confirmed by looking at the runs' linked image information.

Copy link
Collaborator

@SeeminglyScience SeeminglyScience left a comment

Choose a reason for hiding this comment

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

LGTM!

@andyleejordan andyleejordan added the Issue-Bug A bug to squash. label Feb 12, 2024
@andyleejordan andyleejordan added this pull request to the merge queue Feb 12, 2024
@andyleejordan andyleejordan removed this pull request from the merge queue due to a manual request Feb 12, 2024
@andyleejordan andyleejordan added this pull request to the merge queue Feb 12, 2024
Merged via the queue into main with commit 6361eb2 Feb 12, 2024
9 checks passed
@andyleejordan andyleejordan deleted the andyleejordan/fix-test branch February 12, 2024 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug A bug to squash.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants