-
Notifications
You must be signed in to change notification settings - Fork 4.8k
fix: teleEmit onExit #37897
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: teleEmit onExit #37897
Conversation
| }); | ||
| } | ||
|
|
||
| async onExit() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure this won't break blob/merge. I suspect there will be multiple onExit calls in the merger now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests are green. I'll investigate and see if we're missing some.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't touch blob/merge, because the blob reporter already emits its report in onEnd. The onExit message goes into the void.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Test results for "MCP"2570 passed, 108 skipped Merge workflow run. |
Test results for "tests 1"6 flaky47093 passed, 815 skipped Merge workflow run. |
|
don't seem to need it anymore for microsoft/playwright-vscode#702, closing. |
Discovered through microsoft/playwright-vscode#702. We have code for receiving
onExit, but not for emitting.