fix(kanban): keep initially blocked children sticky - #87374
Draft
isacstelian wants to merge 3 commits into
Draft
Conversation
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
initial_status="blocked"sticky when their parents completeunblocked, manual promotion, and dashboard status moves) so circuit-breaker recovery still worksHERMES_HOMEcoverage for parent completion, claim prevention, explicit unblock, normal dependency promotion, and the real dashboard PATCH pathRoot cause
create_task(initial_status="blocked")records the gate only in thecreatedevent payload._has_sticky_block()previously inspected onlyblocked/unblockedevents, sorecompute_ready()treated the child as a recoverable circuit-breaker block and promoted it after the parent completed.Test plan
readyafter parent completion onorigin/mainscripts/run_tests.sh tests/hermes_cli/test_kanban_blocked_sticky.py -q(5 passed)test_health_detailed_returns_okreproduces on cleanorigin/main, and the remaining failures are outside this diff (timing/load, optional providers, and host-policy fixtures)The PR remains draft because the full baseline is not green and GitHub reported no checks for the fork branch.
Internal tracking: IT-52.