Page MenuHomePhabricator

Fix an issue where ancestors of permanent refs might not be published during import or if a branch is later made permanent
ClosedPublic

Authored by epriestley on Sep 25 2019, 3:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 1, 7:24 AM
Unknown Object (File)
Fri, Mar 29, 8:57 PM
Unknown Object (File)
Feb 11 2024, 9:52 PM
Unknown Object (File)
Jan 13 2024, 5:56 PM
Unknown Object (File)
Dec 26 2023, 2:39 AM
Unknown Object (File)
Dec 25 2023, 2:20 PM
Unknown Object (File)
Dec 20 2023, 4:00 AM
Unknown Object (File)
Dec 15 2023, 6:45 PM
Subscribers
Restricted Owners Package

Details

Summary

Fixes T13284. See that task for substantial discussion. There are currently two cases where we'll skip over commits which we should publish:

  • if a branch is not permanent, then later made permanent; or
  • in some cases, the first time we examine branches in a repository.

In both cases, this error is one-shot and things work correctly going forward. The root cause is conflation between the states "this ref currently permanent" and "this ref was permanent the last time we updated refs".

Separate these pieces of state and cover all these cases. Also introduce a "--rebuild" flag to fix the state of bad commits.

Test Plan

See T13284 for the three major cases:

  • initial import;
  • push changes to a nonpermanent branch, update, then make it permanent;
  • push chanegs to a nonpermanent branch, update, push more changes, then make it permanent.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Owners added a subscriber: Restricted Owners Package.Sep 25 2019, 3:48 PM
This revision was not accepted when it landed; it landed in state Needs Review.Sep 25 2019, 3:54 PM
This revision was automatically updated to reflect the committed changes.