Delete every @moduletag :skip and drop :skip from the exclude list The suite was green by filtering: 54 test files carried @moduletag :skip and test_helper excluded it, so `mix test` reported a healthy number while most of the lifted Sarah suite never ran. Those tests now pass, so the tags are gone and plain `mix test` runs them. :cluster stays excluded by default. That is upstream's own two-stage design, not a skip: those tests spin real distributed peer nodes and leave node-global state behind, so they cannot share a BEAM with the rest of the suite. They run as their own stage via `mix test --only cluster` and all 9 pass there.
Delete every @moduletag :skip and drop :skip from the exclude list
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
Not deployed through the forge lane
No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.
Changed files
-
modified
test/openagents/admin_test.exs -
modified
test/openagents/cluster/code_change_test.exs -
modified
test/openagents/cluster/session_registry_property_test.exs -
modified
test/openagents/cluster/session_registry_test.exs -
modified
test/openagents/collective_generalizer_test.exs -
modified
test/openagents/collective_publication_test.exs -
modified
test/openagents/compensation_test.exs -
modified
test/openagents/computer/acp_transcript_test.exs -
modified
test/openagents/computer_activity_test.exs -
modified
test/openagents/context/composer_test.exs -
modified
test/openagents/data_rights/atif_export_test.exs -
modified
test/openagents/experience_memory_test.exs -
modified
test/openagents/forge/git_http_test.exs -
modified
test/openagents/forge/loop_v0_test.exs -
modified
test/openagents/forge/receipt_replayer_test.exs -
modified
test/openagents/leaderboard_test.exs -
modified
test/openagents/modules/discovery_test.exs -
modified
test/openagents/modules/lifecycle_test.exs -
modified
test/openagents/modules/registry_test.exs -
modified
test/openagents/modules/router_test.exs -
modified
test/openagents/surface_eval_test.exs -
modified
test/openagents/tools/computer_tools_test.exs -
modified
test/openagents/tools/repository_mutation_tools_test.exs -
modified
test/openagents/turn_memory_evidence_journeys_test.exs -
modified
test/openagents/turn_provider_events_test.exs -
modified
test/openagents/turn_tool_loop_test.exs -
modified
test/openagents/voice/config_test.exs -
modified
test/openagents/voice/evaluation_test.exs -
modified
test/openagents/voice/open_ai/call_client_test.exs -
modified
test/openagents/voice/open_ai/event_decoder_test.exs -
modified
test/openagents/voice/recordings_test.exs -
modified
test/openagents/voice/release_operations_test.exs -
modified
test/openagents/voice/usage_test.exs -
modified
test/openagents/work_job_test.exs -
modified
test/openagents_web/account_chrome_test.exs -
modified
test/openagents_web/controllers/atif_export_controller_test.exs -
modified
test/openagents_web/controllers/data_controller_test.exs -
modified
test/openagents_web/controllers/inference_proxy_controller_test.exs -
modified
test/openagents_web/controllers/sarah_error_html_test.exs -
modified
test/openagents_web/controllers/sarah_error_json_test.exs -
modified
test/openagents_web/controllers/voice_recording_controller_test.exs -
modified
test/openagents_web/controllers/voice_telemetry_controller_test.exs -
modified
test/openagents_web/icon_affordances_test.exs -
modified
test/openagents_web/icons_test.exs -
modified
test/openagents_web/live/changelog_live_test.exs -
modified
test/openagents_web/live/chat_delegation_rail_test.exs -
modified
test/openagents_web/live/chat_live_test.exs -
modified
test/openagents_web/live/chat_sidebar_sections_test.exs -
modified
test/openagents_web/live/code_live_test.exs -
modified
test/openagents_web/live/computers_access_test.exs -
modified
test/openagents_web/live/computers_live_test.exs -
modified
test/openagents_web/live/computers_pairing_errors_test.exs -
modified
test/openagents_web/live/ui_gallery_live_test.exs -
modified
test/openagents_web/tool_activity_test.exs -
modified
test/test_helper.exs
Diff
55 files changed, +3 -57
test/openagents/admin_test.exs modified -1
test/openagents/cluster/code_change_test.exs modified -1
test/openagents/cluster/session_registry_property_test.exs modified -1
test/openagents/cluster/session_registry_test.exs modified -1
test/openagents/collective_generalizer_test.exs modified -1
test/openagents/collective_publication_test.exs modified -1
test/openagents/compensation_test.exs modified -1
test/openagents/computer/acp_transcript_test.exs modified -1
test/openagents/computer_activity_test.exs modified -1
test/openagents/context/composer_test.exs modified -1
test/openagents/data_rights/atif_export_test.exs modified -1
test/openagents/experience_memory_test.exs modified -1
@@ -1,6 +1,5 @@
| 1 | 1 |
|
| 2 | 2 |
|
| 3 |
|
|
| 4 | 3 |
|
| 5 | 4 |
|
| 6 | 5 |
|
test/openagents/forge/git_http_test.exs modified -1
test/openagents/forge/loop_v0_test.exs modified -1
test/openagents/forge/receipt_replayer_test.exs modified -1
test/openagents/leaderboard_test.exs modified -1
test/openagents/modules/discovery_test.exs modified -1
test/openagents/modules/lifecycle_test.exs modified -1
test/openagents/modules/registry_test.exs modified -1
test/openagents/modules/router_test.exs modified -1
test/openagents/surface_eval_test.exs modified -1
test/openagents/tools/computer_tools_test.exs modified -1
test/openagents/tools/repository_mutation_tools_test.exs modified -1
test/openagents/turn_memory_evidence_journeys_test.exs modified -1
test/openagents/turn_provider_events_test.exs modified -1
test/openagents/turn_tool_loop_test.exs modified -1
test/openagents/voice/config_test.exs modified -1
test/openagents/voice/evaluation_test.exs modified -1
test/openagents/voice/open_ai/call_client_test.exs modified -1
test/openagents/voice/open_ai/event_decoder_test.exs modified -1
test/openagents/voice/recordings_test.exs modified -1
test/openagents/voice/release_operations_test.exs modified -1
test/openagents/voice/usage_test.exs modified -1
test/openagents/work_job_test.exs modified -1
test/openagents_web/account_chrome_test.exs modified -1
test/openagents_web/controllers/atif_export_controller_test.exs modified -1
test/openagents_web/controllers/data_controller_test.exs modified -1
test/openagents_web/controllers/inference_proxy_controller_test.exs modified -1
test/openagents_web/controllers/sarah_error_html_test.exs modified -1
test/openagents_web/controllers/sarah_error_json_test.exs modified -1
test/openagents_web/controllers/voice_recording_controller_test.exs modified -1
test/openagents_web/controllers/voice_telemetry_controller_test.exs modified -1
test/openagents_web/icon_affordances_test.exs modified -1
test/openagents_web/icons_test.exs modified -1
test/openagents_web/live/changelog_live_test.exs modified -1
test/openagents_web/live/chat_delegation_rail_test.exs modified -1
test/openagents_web/live/chat_live_test.exs modified -1
test/openagents_web/live/code_live_test.exs modified -1
test/openagents_web/live/computers_access_test.exs modified -1
test/openagents_web/live/computers_live_test.exs modified -1
test/openagents_web/live/computers_pairing_errors_test.exs modified -1
test/openagents_web/live/ui_gallery_live_test.exs modified -1
test/openagents_web/tool_activity_test.exs modified -1
test/test_helper.exs modified +3 -3
@@ -3,9 +3,9 @@
| 3 | 3 |
|
| 4 | 4 |
|
| 5 | 5 |
|
| 6 |
|
|
| 7 |
|
|
| 8 |
|
|
| 6 |
|
|
| 7 |
|
|
| 8 |
|
|
| 9 | 9 |
|
| 10 | 10 |
|
| 11 | 11 |
|