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
F15470255: D7537.id17010.diff
Fri, Apr 4, 9:25 PM
F15452509: D7537.id17010.diff
Sat, Mar 29, 5:24 AM
F15450718: D7537.id17009.diff
Fri, Mar 28, 5:18 PM
F15450271: D7537.id.diff
Fri, Mar 28, 2:49 PM
F15444241: D7537.diff
Thu, Mar 27, 8:40 AM
F15433852: D7537.id17010.diff
Tue, Mar 25, 12:53 AM
F15433311: D7537.id17010.diff
Mon, Mar 24, 10:34 PM
F15427133: D7537.id.diff
Sun, Mar 23, 1:04 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).