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)
Wed, Apr 24, 10:26 PM
Unknown Object (File)
Fri, Apr 19, 3:28 AM
Unknown Object (File)
Fri, Apr 19, 3:28 AM
Unknown Object (File)
Fri, Apr 19, 3:28 AM
Unknown Object (File)
Thu, Apr 11, 4:39 AM
Unknown Object (File)
Sat, Apr 6, 9:18 AM
Unknown Object (File)
Fri, Apr 5, 1:16 AM
Unknown Object (File)
Wed, Apr 3, 2:22 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).