test(fetch): point the nine open label rows at the issue that is open #728
No reviewers
Labels
No labels
move-to-repo
coilyco-bridge-deploy
move-to-repo
coilyco-flight-deck-agent-compose
move-to-repo
coilyco-gaming-eco-app
move-to-repo
coilysiren-inbox
move-to-repo
unknown
🔒⚠️📦⚠️🔒 SANDBOXED 🔒⚠️📦⚠️🔒
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
c#
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-gaming/sirens-echo!728
Loading…
Reference in a new issue
No description provided.
Delete branch "quail/retag-label-rows"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Points nine failing rows at an issue that exists.
The problem
hostlabelshape_test.goreports nine open rows today:Every one carried
issue: "674". sirens-echo#674 closed at 18:38 today, when sirens-echo#680 merged and fixed three of the four shapes it named. The nine remaining shapes were measured after that and have been tracked on a closed issue since.So the failure message a future author reads pointed them at something already closed — the corpus pattern's whole value is that the message tells you what to do, and it was telling them to look somewhere dead.
The change
Nine
issue:tags,674to726, plus the file header and the test's summary comment.One reference to 674 is deliberately kept:
That is a record of what the original issue asked for, not a pointer to act on. Retagging it would erase the provenance of the row.
Not a fix
The nine shapes still match. sirens-echo#726 carries the measured
validHostLabelrule that closes them and the must-allow rows that constrain it. This PR only makes the tests name the live issue.ward exec gatePASS on every step. Tests only.