Page MenuHomePhabricator

When a commit is marked "closeable", clear the "published" flag
ClosedPublic

Authored by epriestley on Sep 8 2020, 8:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 19, 7:24 PM
Unknown Object (File)
Sat, Nov 16, 7:59 AM
Unknown Object (File)
Thu, Nov 14, 10:32 AM
Unknown Object (File)
Thu, Nov 14, 9:53 AM
Unknown Object (File)
Thu, Nov 14, 8:42 AM
Unknown Object (File)
Thu, Nov 14, 8:39 AM
Unknown Object (File)
Thu, Nov 14, 8:13 AM
Unknown Object (File)
Mon, Nov 11, 9:20 PM
Subscribers
None

Details

Summary

Ref T13552. When a previously discovered commit becomes reachable from a permanent ref, we re-queue workers to update it. However, the commit may already be marked as "published", so the publish worker may do nothing.

It would perhaps be simpler to not mark the commit as published when it isn't reachable from a permanent ref, but this is tricky because the flag is also part of the "imported / all steps" state (see T13580).

Until that can be cleaned up, just clear the flag.

Test Plan
  • Pushed a commit with "fixes X" to a non-permanent branch.
  • Pushed it to a permanent branch.
  • Before change: task failed to close.
  • After change: task closes properly.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Sep 16 2020, 12:37 AM
This revision was automatically updated to reflect the committed changes.