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
Prefer the offloaded primary source snapshot when a Lab-offloaded rig exists in the current source tree, avoiding stale runner-side rig source metadata.
Inject the primary snapshot as --path for Lab-offloaded bench --rig runs without an explicit path so default component resolution cannot fall back to a stale runner component checkout.
Add Lab plan/metadata diagnostics for the source snapshot remote path and selected rig install sources.
cargo test core::extension::bench::run::tests::attach_memory_timeline_adds_metrics_and_artifacts
cargo test(one unrelated/flaky failure: core::extension::bench::run::tests::attach_memory_timeline_adds_metrics_and_artifacts; reran that single test and it passed)
AI assistance
AI assistance: Yes
Tool(s): OpenCode (GPT-5.5)
Used for: Investigating the Lab offload rig resolution path, implementing the fix, and drafting regression tests. Chris remains responsible for review and validation.
ℹ️ To run specific tests: homeboy test homeboy -- --filter=TestName
ℹ️ Set --setting require_phpunit_tests=true when this component is expected to contain PHPUnit tests.
ℹ️ Auto-fix lint issues: homeboy refactor homeboy --from lint --write
ℹ️ Collect coverage: homeboy test homeboy --coverage
ℹ️ Analyze failures: homeboy test homeboy --analyze
ℹ️ Pass args to test runner: homeboy test -- [args]
ℹ️ Full options: homeboy docs commands/test
Deep dive: homeboy test homeboy --changed-since 8f68bc8
Artifacts and drill-down
CI results artifact: homeboy-ci-results-homeboy-test-quality-Linux contains immediate command JSON for this action invocation.
Observation artifact: homeboy-observations-homeboy-test-quality-Linux contains exported Homeboy run history for deeper queries.
Drill-down: download the observation artifact, then run homeboy runs import <dir>, homeboy runs list, and homeboy runs findings <run-id>.
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
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
--pathfor Lab-offloadedbench --rigruns without an explicit path so default component resolution cannot fall back to a stale runner component checkout.Fixes #3933.
Tests
cargo fmt --checkcargo test core::runner::rig_materializationcargo test core::runner::lab::preparation_testscargo test core::extension::bench::run::tests::attach_memory_timeline_adds_metrics_and_artifactscargo test(one unrelated/flaky failure:core::extension::bench::run::tests::attach_memory_timeline_adds_metrics_and_artifacts; reran that single test and it passed)AI assistance