test-run-resource-claims.sh cannot pass on a fresh clone — one scenario reads a gitignored .devwork/ journal #484
Labels
No labels
component:adapters
component:lifecycle
component:qa
component:setup
component:shared
component:worktrees
phase/accepted
phase/backlog
phase/deployed
phase/developing
phase/integrating
phase/planning
phase/qa
phase/requirements
phase/uat
priority:critical
priority:critical
priority:high
priority:high
priority:low
priority:low
priority:medium
priority:medium
type:bug
type:chore
type:docs
type:feature
type:infra
type:tech-debt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jbr870/devwork-skills#484
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Spawned from finding
F-PO-47-6-3(pre-existing) on issue #47 during decisionD-PO-47-6-3.The defect
scripts/test-run-resource-claims.sh— #43's gate over the run-resource-claims contract — contains one scenario that cannot pass in a fresh checkout:It reads:
and returns 1 when that file is absent:
Under this project's
tea-cliadapter.devwork/is gitignored (forge-contract: the issue is the durable record,.devwork/is worktree-local staging). So that journal was never committed. It exists only in the worktree that produced it.Why it matters more than one red line
Evidence that it is pre-existing, not #47's doing
Verified rather than assumed during #47's integration, because a red suite at the merge gate has to be attributed before it can be waived:
Identical single failure, same scenario, same fallback count. #47's merge did not cause it and did not make it worse.
Directions (not yet decided)
The scenario's own header explains what it is checking and why it is scoped the way it is, so the intent is recoverable. Options, roughly in increasing order of effort:
REAL_JOURNALat it — the suite already has afixture_fallback_count, suggesting fixture fallback is an established pattern here.scenario_cr84_cr74_blind_to_wrapped_reintroductionlooks adjacent).Whichever is chosen, the general rule worth extracting: a test may not depend on a gitignored artifact. If the artifact is the contract, commit a fixture of it; if it is incidental, do not assert on it.
Filed by
/dev:integrateon issue #47. Component:component:shared(the harness). Surface belongs to #43 (qa-intra-run-lane-ownership).