Fail schema checks when a background group exits early #230
Loading…
Reference in a new issue
No description provided.
Delete branch "perf/pipeline-tests-recipes"
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?
The schema payload suite used a bare wait, so a background setup failure could leave an empty verdict and pass. Track every child, require a completion marker and verdict for each group, and retain parallel execution. A fault-injection test reproduced the false pass before the fix. Validation: make check passed, including the injected setup failure and all payload boundary checks.