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
Previous version assumed \`a.txt\` would win the co-output-dedup race and
become primary; CI saw \`b.txt\` win, so the assertion fired on the
"command succeeded but output not created" message instead of
"co-output not produced". Same underlying bug surface, different log
line — both indicate the run reached failure reporting (rather than
hanging) so accept either.
Also reframed the test name + docstring around the actual invariant:
"executor doesn't hang when the cmd only produces some declared
outputs". The original "co-output failure" framing was tied to a
particular race outcome.
Verified locally 10/10 trials pass.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments