Page MenuHomePhabricator

Fix content being missed in the build logs
ClosedPublic

Authored by hach-que on Nov 9 2013, 2:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 30, 4:51 AM
Unknown Object (File)
Thu, May 29, 1:13 PM
Unknown Object (File)
Wed, May 28, 9:14 AM
Unknown Object (File)
May 6 2025, 1:02 AM
Unknown Object (File)
Apr 30 2025, 4:51 AM
Unknown Object (File)
Apr 24 2025, 11:45 AM
Unknown Object (File)
Apr 21 2025, 8:21 PM
Unknown Object (File)
Apr 4 2025, 9:25 PM

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Maniphest Tasks
T1049: Implement Harbormaster
Commits
Restricted Diffusion Commit
rP8f52778f32c4: Fix content being missed in the build logs
Summary

This fixes an issue where content would be discarded when the content to append is larger than the chunk size limit.

Test Plan

Tested running a remote command that does I=0; while true; do echo "$I"; I=$[$I+1]; done and all of the outputted numbers matched the line numbers in the logs.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley closed this revision.

Closed by commit rP8f52778f32c4 (authored by @hach-que, committed by @epriestley).