fix(tests): restore main CI baseline#13352
Open
sgaofen wants to merge 1 commit into
Open
Conversation
a1e25b1 to
4d18fb1
Compare
1a31209 to
7b41400
Compare
7b41400 to
4232344
Compare
This was referenced Apr 23, 2026
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/testbaseline onmainbase_url>url>apiprecedenceAIAgent.__new__test instancesRoot cause
The failing checks are also present on latest
main(for example Tests run24705547851), so downstream PRs authored bysgaofeninherited the same redTests/teststatus even when their own targeted tests passed.Tests
uv run --frozen --python 3.11 --extra dev pytest -o addopts='\ tests/agent/test_insights.py::TestGatewayFormatting::test_gateway_format_hides_cost tests/hermes_cli/test_api_key_providers.py::TestHuggingFaceModels::test_model_metadata_has_context_lengths tests/hermes_cli/test_config.py::TestCustomProviderCompatibility::test_compatible_custom_providers_prefers_api_then_url_then_base_url tests/hermes_cli/test_gemini_provider.py::TestGeminiModelCatalog::test_provider_models_exist tests/run_agent/test_interrupt_propagation.py::TestInterruptPropagationToChild::test_interrupt_during_child_api_call_detected tests/test_transform_tool_result_hook.py::test_transform_tool_result_integration_with_real_plugin tests/tools/test_browser_camofox_state.py::TestCamofoxConfigDefaults::test_config_version_matches_current_schema tests/tools/test_command_guards.py::TestTirithWarnSafe::test_warn_session_approved tests/tools/test_command_guards.py::TestCombinedWarnings::test_combined_cli_session_approves_both tests/tools/test_terminal_output_transform_hook.py::test_terminal_output_transform_integration_with_real_plugin -q->10 passeduv run --frozen --python 3.11 --extra dev pytest -o addopts='\ -n 4 tests/hermes_cli/test_provider_config_validation.py::TestNormalizeCustomProviderEntry::test_base_url_preferred_over_api tests/hermes_cli/test_config.py::TestCustomProviderCompatibility::test_compatible_custom_providers_prefers_base_url_then_url_then_api tests/tools/test_accretion_caps.py::TestReadTrackerCaps::test_live_cap_applied_after_read_add tests/tools/test_command_guards.py::TestTirithWarnSafe::test_warn_session_approved tests/tools/test_command_guards.py::TestCombinedWarnings::test_combined_cli_session_approves_both -q->5 passeduv run --frozen --python 3.11 --extra dev pytest -o addopts='\ tests/agent/test_insights.py tests/hermes_cli/test_api_key_providers.py tests/hermes_cli/test_config.py tests/hermes_cli/test_gemini_provider.py tests/hermes_cli/test_provider_config_validation.py tests/run_agent/test_interrupt_propagation.py tests/test_transform_tool_result_hook.py tests/tools/test_accretion_caps.py tests/tools/test_browser_camofox_state.py tests/tools/test_command_guards.py tests/tools/test_terminal_output_transform_hook.py -q->357 passedgit diff --check