Skip to content

handle failing to listen to vm service streams during startup #124

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

Merged
merged 2 commits into from
May 12, 2025

Conversation

jakemac53
Copy link
Contributor

@jakemac53 jakemac53 commented May 12, 2025

This should resolve the flakyness in tests.

Other VM service interactions already handle this better because they are scoped to an RPC request, and will just return an appropriate error for that request. But we set up these error listeners out of band and so the exceptions are not handled if we fail to listen to the streams due to the connection being closed.

Copy link

PR Health

Changelog Entry ✔️
Package Changed Files

Changes to files need to be accounted for in their respective changelogs.

@auto-submit auto-submit bot merged commit 4ce7da0 into main May 12, 2025
22 checks passed
@auto-submit auto-submit bot deleted the flaky-logs branch May 12, 2025 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants