Homestyx hydra
Diffusion hydra 6f78e2a91c88

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

Description

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

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.

Maniphest Tasks: T13552

Differential Revision: https://secure.phabricator.com/D21460

Details

Provenance
epriestleyAuthored on Sep 8 2020, 3:51 PM
sirocylPushed on Oct 16 2024, 5:49 AM
Parents
R1:737e7c85412c: When an in-process worker subtask fails permanently, don't fatal the whole…
Branches
Unknown
Tags
Unknown

Event Timeline