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

petri: use a single method to parse a stream of lines #893

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

jstarks
Copy link
Member

@jstarks jstarks commented Feb 21, 2025

Consistently use serial_log_task, renamed to log_stream, to log line-based log output from other processes. The other adhoc implementations of this have various problems, mostly around error handling.

This fixes a bug where the ttrpc test writes 60K lines saying COM1 has been closed.

Consistently use `serial_log_task`, renamed to `log_stream`, to log
line-based log output from other processes. The other adhoc
implementations of this have various problems, mostly around error
handling.

This fixes a bug where the ttrpc test writes 60K lines saying COM1 has
been closed.
@jstarks jstarks requested review from a team as code owners February 21, 2025 21:28
smalis-msft
smalis-msft previously approved these changes Feb 21, 2025
@jstarks jstarks enabled auto-merge (squash) February 21, 2025 21:47
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.

2 participants