T-PL96-quality-gate-captures-test-stderr-failures
Status: closed/superseded · Impact: medium · Complexity: small
bun test failures that write only to stderr are invisible to the
quality gate’s finding extractor, so a whole class of failing tests
can ride through the gate unnoticed. This task closes that
invisible-failure class — either by sweeping the offending fixtures or
by teaching the extractor to capture stderr too.
bun test carries pre-existing failing tests (fixtures missing the schema-required
idfield) whose failures write only to stderr and are invisible to the gate’s finding extraction — an invisible-failure class that undermines the gate; fixtures need a sweep and/or the extractor should also capture stderr.— from T-0012
TBD — receiver to fill before promoting from planning/draft.
Proposed
Section titled “Proposed”TBD — receiver to fill before promoting from planning/draft.
Approach
Section titled “Approach”TBD — receiver to fill before promoting from planning/draft.
Files to touch
Section titled “Files to touch”TBD — receiver to fill before promoting from planning/draft.
Acceptance criteria
Section titled “Acceptance criteria”TBD — receiver to fill before promoting from planning/draft.
Out of scope
Section titled “Out of scope”- none
Dependencies
Section titled “Dependencies”- none
Discovery context
Section titled “Discovery context”Spawned by /sdlc:spawn-task-pr on 2026-06-04 UTC from T-0012 in git@github.com:sksizer/dev.git.