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
F18512947: D7537.diff
Fri, Sep 5, 8:45 AM
F18457793: D7537.id.diff
Mon, Sep 1, 1:05 PM
F18432444: D7537.diff
Sun, Aug 31, 6:40 AM
F18040717: D7537.id17010.diff
Aug 3 2025, 4:12 AM
F17940104: D7537.id17009.diff
Jul 31 2025, 3:53 AM
F17911176: D7537.id.diff
Jul 29 2025, 3:25 PM
Unknown Object (File)
Jun 18 2025, 3:31 PM
Unknown Object (File)
Jun 18 2025, 10:01 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).