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
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
F15427007: D7537.id17009.diff
Sun, Mar 23, 12:13 PM
F15419601: D7537.id17009.diff
Fri, Mar 21, 7:17 AM
F15409458: D7537.id17009.diff
Wed, Mar 19, 4:32 AM
F15389283: D7537.id.diff
Sat, Mar 15, 5:05 AM
F15388967: D7537.diff
Sat, Mar 15, 4:45 AM

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).