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)
Sep 6 2024, 8:31 AM
Unknown Object (File)
Sep 2 2024, 3:31 PM
Unknown Object (File)
Aug 25 2024, 12:04 AM
Unknown Object (File)
Aug 24 2024, 1:15 PM
Unknown Object (File)
Aug 19 2024, 6:37 PM
Unknown Object (File)
Aug 17 2024, 11:48 AM
Unknown Object (File)
Aug 16 2024, 1:38 PM
Unknown Object (File)
Aug 12 2024, 8:51 AM
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.