Page MenuHomePhabricator

Stop the bleeding caused by attaching enormous patches to revision mail
ClosedPublic

Authored by epriestley on Sep 12 2017, 10:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 16, 4:55 PM
Unknown Object (File)
Apr 23 2025, 8:33 PM
Unknown Object (File)
Apr 12 2025, 9:33 PM
Unknown Object (File)
Apr 11 2025, 8:16 PM
Unknown Object (File)
Apr 11 2025, 7:16 PM
Unknown Object (File)
Apr 10 2025, 11:54 PM
Unknown Object (File)
Apr 9 2025, 2:07 AM
Unknown Object (File)
Apr 5 2025, 5:56 AM
Subscribers
None

Details

Summary

Ref T12033. This is a very narrow fix for this issue, but it should fix the major error: don't attach patches if they're bigger than the mail body limit (by default, 512KB).

Specifically, the logs from an install in T12033 show a 112MB patch being attached, and that's the biggest practical problem here.

I'll follow up on the tasks with more nuanced future work.

Test Plan

Enabled differential.attach-patches, saw a patch attached to email. Set the byte limit very low, saw patches get thrown away.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable