Stop auth-gate/reliability sims leaking co-evolve-tmp-* into runs/ - #45
Merged
Conversation
The auth-gate and reliability E2E legs let co-evolve-bouncer.sh default its RUNS_ROOT to the checkout, so every suite run left an inert co-evolve-tmp-<sim>-* dir in the shared repo runs/. Pointing CO_EVOLVE_RUNS_DIR (the existing v1.4 override) at TEST_DIR rides the sims' EXIT-trap cleanup; neither sim rediscovers run dirs, so no assertions change. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
tests/auth-gate-simulation.sh,tests/reliability-simulation.sh) letco-evolve-bouncer.shdefault its artifact root to the repo's sharedruns/, leaving an inertco-evolve-tmp-<sim>-*dir behind on every run.CO_EVOLVE_RUNS_DIR="$TEST_DIR/co-evolve-runs"(the existing v1.4 override), so artifacts land inside the sim's ownTEST_DIRand ride its EXIT-trap cleanup instead.Verification already done
run-all.sh --quickis green in both trees (with and without the fix).runs/is byte-identical before/after a full sim run with the fix (confirming zero leakage), versus newco-evolve-tmp-*dirs appearing without it.Test plan