Spec: mngr message delivery signals#2411
Draft
weishi-imbue wants to merge 2 commits into
Draft
GitHub Actions / Minds Snapshot Resume Tests
completed
Jul 9, 2026 in 0s
Tests passed after flaky retries
One or more tests failed on first attempt but passed on retry. See the workflow run summary and job logs for the failed-attempt annotations and details.
Minds Snapshot Resume Tests: retry + flaky summary
- Unique tests: 6
- Total runs (attempts across retries): 15
- Tests that ran more than once: 5
- Tests marked
@pytest.mark.flaky: 0 - Flaky-recovered (failed then passed): 1
- Failing (final): 0
Failures
apps/minds/test_snapshot_resume.py::test_workspace_docker_container_is_present_and_stopped (attempt 2/4) — failure: AssertionError: Expected every minds workspace container to be in the `exited` state after snapshot resume; got states: {'minds-staging-forever-b79fef76': 'running', 'minds-staging-docker-state-e5bf49...
/code/mngr/apps/minds/test_snapshot_resume.py:305: in test_workspace_docker_container_is_present_and_stopped
assert not not_stopped, (
E AssertionError: Expected every minds workspace container to be in the `exited` state after snapshot resume; got states: {'minds-staging-forever-b79fef76': 'running', 'minds-staging-docker-state-e5bf496e0d024b079cb17bba67e06cab': 'running'}. The snapshot script should have `docker stop`ped them before calling snapshot_filesystem.
E assert not [('minds-staging-forever-b79fef76', 'running'), ('minds-staging-docker-state-e5bf496e0d024b079cb17bba67e06cab', 'running')]
apps/minds/test_snapshot_resume.py::test_workspace_docker_container_is_present_and_stopped (attempt 3/4) — failure: AssertionError: Expected every minds workspace container to be in the `exited` state after snapshot resume; got states: {'minds-staging-forever-b79fef76': 'running', 'minds-staging-docker-state-e5bf49...
/code/mngr/apps/minds/test_snapshot_resume.py:305: in test_workspace_docker_container_is_present_and_stopped
assert not not_stopped, (
E AssertionError: Expected every minds workspace container to be in the `exited` state after snapshot resume; got states: {'minds-staging-forever-b79fef76': 'running', 'minds-staging-docker-state-e5bf496e0d024b079cb17bba67e06cab': 'running'}. The snapshot script should have `docker stop`ped them before calling snapshot_filesystem.
E assert not [('minds-staging-forever-b79fef76', 'running'), ('minds-staging-docker-state-e5bf496e0d024b079cb17bba67e06cab', 'running')]
| Test | Runs | Final | @flaky |
|---|---|---|---|
apps/minds/test_snapshot_resume.py::test_workspace_docker_container_is_present_and_stopped |
4 | flaked 2, passed 2 | no |
apps/minds/test_snapshot_resume.py::test_minds_recovery_restores_dead_system_interface |
4 | passed | no |
apps/minds/test_snapshot_resume.py::test_resumed_workspace_registered_expected_services |
2 | passed | no |
apps/minds/test_snapshot_resume.py::test_resumed_workspace_serves_system_interface |
2 | passed | no |
apps/minds/test_snapshot_resume.py::test_resumed_workspace_system_services_agent_is_alive |
2 | passed | no |
apps/minds/test_snapshot_resume.py::test_create_apikey_workspace_and_chat_via_electron |
1 | passed | no |
Loading