Make sharded tests hermetic from CI checkout state - #12001
Closed
chubes4 wants to merge 1 commit into
Closed
Conversation
Contributor
Homeboy Results —
|
This was referenced Aug 9, 2026
Member
Author
|
Superseded by #12012, which landed the corrected process-local shard isolation contract on main. AI assistance disclosure: OpenAI gpt-5.6-sol via OpenCode was used to verify patch equivalence and reconcile the PR queue. |
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
Verification
cargo fmt --all -- --checkcargo test --locked -p homeboy-core home_guard_owns_and_restores_xdg_and_temp_roots --libcargo test --locked -p homeboy-core home_guard_test_scope_restores_the_real_environment_after_unwind --libcargo test --locked -p homeboy-core current_test_controller_fixture_answers_with_the_cli_identity --libcargo test --locked -p homeboy-agents --test agent_task_handoff_reconnect controller_proxy_remains_resolvable_after_detached_runner_acceptancecargo test --locked -p homeboy-agents --lib reconcile_terminalizes_an_unaccepted_controller_handoff_after_its_deadlinecargo test --locked -p homeboy-cli nested_runner_artifact_handoff_supplies_declared_parsercargo test --locked -p homeboy-cli full_extension_test_supplies_canonical_result_sidecarcargo test --locked -p homeboy-cli generated_command_docs_match_the_live_clap_treecargo test --locked -p homeboy-cli controller_run_from_spec_fork_isolates_repeated_replays_from_stale_child_runsAddresses #11962 and supersedes the compile-only scope of #11996. Full shard CI will determine the remaining independent failure groups before this issue is closed.
AI Assistance
OpenAI gpt-5.6-sol via OpenCode diagnosed the CI failure corpus, implemented the test-support and fixture repairs, and iteratively reviewed and verified the patch under human direction. Chris Huber remains responsible for every line.