fix(ci): resolve test regressions and runtime errors from merged PRs - #3416
Open
Lexus2016 wants to merge 5 commits into
Open
fix(ci): resolve test regressions and runtime errors from merged PRs#3416Lexus2016 wants to merge 5 commits into
Lexus2016 wants to merge 5 commits into
Conversation
- cli: fix missing and aliased noninteractive_git_env imports - subprocess: fix duplicate env argument in bounded_probe_run - config_migrations: deduplicate _migrate_to_38 functions to preserve relay plugin cutover - scripts: resolve and fetch INSTALL_REF from local GIT_ROOT in dev-sandbox - file_operations: restore ambiguous_match subclasses and other-bucket classifications - tool_search: return not_found for unregistered tools and restore schema type validation - tui_gateway: guard persist_user_* run_kwargs against incompatible signatures - runtime_helpers: align AGENT_RUNTIME_POST_HOOK_TOOL_NAMES to canonical names and handle aliases - tests: update cron loop guard, vacuum config, tool schema, and fuzzy describe assertions
Contributor
૮ >ﻌ< ა ci reviewrunning on b330040 — ci: use standard windows-latest runner for windows-only test Still running 1 job: ❌ Job failuresOS-specific tests / Windows-only tests · View jobJob OS-specific tests / Windows-only tests failed.
|
…iagnostics, and schema validation
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
This PR resolves multiple CI check regressions, runtime errors, and test failures discovered across recently merged PRs:
NameErrorin_spawn_background_review_nowand_target_with_requeueby forwardingcorrection_hintandblock_durable_writesin keyword arguments.GIT_CONFIG_PARAMETERS="'core.fsmonitor=false' 'core.hooksPath=/dev/null'"innoninteractive_git_envto neutralize GitSpawn / CVE-2026-71963.coerce_tool_argsbefore deferred validation and enabled nullable parameter acceptance invalidate_tool_args.structured_error/_diagnosticpropagation inPatchResultandpatch_replace, fixed 4-space indentation defect in_suggest_similar_files, and integrated dynamic self-correction retry thresholds inpatch_tool.descriptioninactionschema and synchronized valid action verbs (stop)._classify_write_accessas"write"to prevent spurious test skips under CI.test_api_server_hint_scopes_media_tag_guidanceintest_prompt_builder.pyand pruned 13 duplicate legacy definitions intest_tui_gateway_server.py.HERMES_TOOL_ARG_CONTRACT="1"intest_exception_returns_json_error.All unit, regression, and schema probe tests pass locally.