You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(cli): correct why the single-run-ID invariant is untested
The WARNING on `runID := v1.GenerateRunID()` and the matching test comment
claimed the Action's two consumer sites "sit on mutually exclusive code
paths". They do not: with neither --snapshot nor --no-cluster, the
live-capture branch and runValidation both consume the same id in one
invocation — which is precisely the case the invariant protects. What
blocks a unit test is live-cluster I/O with no injectable seam in the
Action. This comment is the only protection for an untested invariant, so
a wrong mental model in it is worse than no comment.
Signed-off-by: Alex Yuskauskas <ayuskauskas@nvidia.com>
0 commit comments