Page MenuHomePhabricator

fail `arc diff` if second lfs push errors
ClosedPublic

Authored by ptarjan on Sep 23 2020, 8:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 16 2024, 7:53 PM
Unknown Object (File)
Feb 4 2024, 12:28 AM
Unknown Object (File)
Jan 20 2024, 5:12 AM
Unknown Object (File)
Jan 7 2024, 4:51 PM
Unknown Object (File)
Jan 3 2024, 7:15 PM
Unknown Object (File)
Dec 30 2023, 6:38 PM
Unknown Object (File)
Dec 27 2023, 1:38 PM
Unknown Object (File)
Dec 27 2023, 1:38 PM
Subscribers

Details

Summary

We are having issues where people run out of file descriptors and the first git push will succeed, but the
second one will not. We'd like the diff to not be created in this case as it leads to weird behavior like our tests
running against 0 changed files.

Test Plan

none

Diff Detail

Repository
rARC Arcanist
Branch
fail (branched from master)
Lint
Lint Warnings
SeverityLocationCodeMessage
Warningsrc/workflow/ArcanistDiffWorkflow.php:2752TXT3Line Too Long
Unit
Tests Passed
Build Status
Buildable 24921
Build 34381: arc lint + arc unit