Skip to content

[OMEGA-239] Register the new memory safety tests in run_mandatory#258

Merged
TossSky merged 1 commit into
asi-alliance:OMEGA-239-safe-file-processingfrom
sassless:omega-239-register-tests
Jul 16, 2026
Merged

[OMEGA-239] Register the new memory safety tests in run_mandatory#258
TossSky merged 1 commit into
asi-alliance:OMEGA-239-safe-file-processingfrom
sassless:omega-239-register-tests

Conversation

@TossSky

@TossSky TossSky commented Jul 16, 2026

Copy link
Copy Markdown
Collaborator

The two tests this branch adds are not listed in Autotests/run_mandatory, so CI
never collects them. The feature ships with tests that never run, and a regression
in the safe history/prompt reading would go unnoticed.

Both are plain mock/ tests using the llm/comm fixtures and the same -t test
container run_mandatory already brings up, so nothing extra is needed to run them
in the existing CI job.

This registers them, in alphabetical order:

  • mock/test_memory_missing_history_file_mock.py
  • mock/test_prompt_missing_files_mock.py

Verified on this branch head (e35f694):

  • pytest --collect-only @run_mandatory: 52 tests collected (was 49)
  • run_mandatory: 52 passed
  • Without the OMEGA-239 change the same three cases fail ("Agent did not respond",
    "Agent crashed or failed to respond due to missing prompt"), with it they pass.

The two tests added for safe history and prompt file reading are not listed in
Autotests/run_mandatory, so CI never runs them and a regression in the feature
would go unnoticed.

Both are plain mock tests using the llm/comm fixtures and the same -t test
container run_mandatory already brings up, so they need nothing extra.

run_mandatory goes from 49 to 52 passed.
@TossSky
TossSky merged commit 29700e3 into asi-alliance:OMEGA-239-safe-file-processing Jul 16, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant