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

Fixes #1096: read log output by chunks if a line is too long #1098

Merged
merged 1 commit into from
Jan 5, 2025

Conversation

whym
Copy link
Contributor

@whym whym commented Jan 1, 2025

This is meant to solve the freeze issue described in #1096.

The approach taken here is the more conservative, but less simple version I mentioned in the issue.

@p12tic
Copy link
Collaborator

p12tic commented Jan 3, 2025

Thanks for looking into this. The code looks good. Could you please add a release note? See newsfragments/README.txt for instructions and other files in that directory for inspiration.

@p12tic
Copy link
Collaborator

p12tic commented Jan 3, 2025

Also, please run ruff format to format the changes.

@whym
Copy link
Contributor Author

whym commented Jan 4, 2025

Thanks for reviewing. Here is my attempt to resolve the issues you mentioned.

@p12tic
Copy link
Collaborator

p12tic commented Jan 5, 2025

I updated PR by running ruff check --fix and merging fixup commits into the feature commit.

Fixes containers#1096.

Modified-by: Povilas Kanapickas <povilas@radix.lt>
Signed-off-by: Yusuke Matsubara <whym@whym.org>
@p12tic
Copy link
Collaborator

p12tic commented Jan 5, 2025

Fixed pylint error as well.

@p12tic p12tic merged commit 0e3b372 into containers:main Jan 5, 2025
7 checks passed
@whym
Copy link
Contributor Author

whym commented Jan 5, 2025

Thank you!
(Sorry for the trouble. I think I didn't check the static check results carefully.)

@whym whym deleted the readline branch January 5, 2025 12:03
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