Page MenuHomePhabricator

Fix a possible fatal on the first push to a cluster repository
ClosedPublic

Authored by epriestley on May 24 2016, 12:15 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 27, 11:10 AM
Unknown Object (File)
May 11 2025, 3:41 PM
Unknown Object (File)
May 9 2025, 4:15 AM
Unknown Object (File)
May 6 2025, 1:09 AM
Unknown Object (File)
Apr 11 2025, 8:29 PM
Unknown Object (File)
Apr 11 2025, 5:29 PM
Unknown Object (File)
Apr 10 2025, 5:07 AM
Unknown Object (File)
Apr 9 2025, 3:50 PM
Subscribers
None

Details

Summary

Fixes T11020. I think this resolves things -- $new_version (set above) should be used, not $new_log directly.

Specifically, we would get into trouble if the initial push failed for some reason (working copy not initialized yet, commit hook rejected, etc).

Test Plan

Made a bad push to a new repository. Saw it freeze before the patch and succeed afterwards.

Diff Detail

Repository
rP Phabricator
Branch
freeze1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 12321
Build 15582: Run Core Tests
Build 15581: arc lint + arc unit

Event Timeline

epriestley retitled this revision from to Fix a possible fatal on the first push to a cluster repository.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.May 24 2016, 12:53 AM
This revision was automatically updated to reflect the committed changes.