minds: bring-your-own cloud accounts (AWS / GCP / Azure)#2450
Open
minhtrinh-imbue wants to merge 18 commits into
Open
minds: bring-your-own cloud accounts (AWS / GCP / Azure)#2450minhtrinh-imbue wants to merge 18 commits into
minhtrinh-imbue wants to merge 18 commits into
GitHub Actions / Minds Snapshot Resume Tests
failed
Jul 15, 2026 in 0s
Tests failed
One or more tests failed. See the workflow run summary and job logs for per-failure annotations.
Minds Snapshot Resume Tests: retry + flaky summary
- Unique tests: 12
- Total runs (attempts across retries): 28
- Tests that ran more than once: 8
- Tests marked
@pytest.mark.flaky: 0 - Flaky-recovered (failed then passed): 0
- Failing (final): 1
Failures
apps/minds/test_snapshot_resume.py::test_resumed_workspace_registered_expected_services (attempt 1/3) — failure: AssertionError: Service 'web' not registered in applications.toml after resume: [[applications]] name = "browser" url = "http://localhost:8081" [[applications]] name = "system_interface" u...
/code/mngr/apps/minds/test_snapshot_resume.py:367: in test_resumed_workspace_registered_expected_services
assert service_name in result.stdout, (
E AssertionError: Service 'web' not registered in applications.toml after resume:
E [[applications]]
E name = "browser"
E url = "http://localhost:8081"
E [[applications]]
E name = "system_interface"
E url = "http://localhost:8000"
E [[applications]]
E name = "terminal"
E url = "http://localhost:7681"
E
E assert 'web' in '[[applications]]\nname = "browser"\nurl = "http://localhost:8081"\n[[applications]]\nname = "system_interface"\nurl = "http://localhost:8000"\n[[applications]]\nname = "terminal"\nurl = "http://localhost:7681"\n'
E + where '[[applications]]\nname = "browser"\nurl = "http://localhost:8081"\n[[applications]]\nname = "system_interface"\nurl = "http://localhost:8000"\n[[applications]]\nname = "terminal"\nurl = "http://localhost:7681"\n' = CompletedProcess(args=['docker', 'exec', 'minds-staging-forever-bb64425c', 'bash', '-lc', 'cat /code/runtime/applications.toml'], returncode=0, stdout='[[applications]]\nname = "browser"\nurl = "http://localhost:8081"\n[[applications]]\nname = "system_interface"\nurl = "http://localhost:8000"\n[[applications]]\nname = "terminal"\nurl = "http://localhost:7681"\n', stderr='').stdout
apps/minds/test_snapshot_resume.py::test_resumed_workspace_registered_expected_services (attempt 2/3) — failure: AssertionError: Service 'web' not registered in applications.toml after resume: [[applications]] name = "browser" url = "http://localhost:8081" [[applications]] name = "system_interface" u...
/code/mngr/apps/minds/test_snapshot_resume.py:367: in test_resumed_workspace_registered_expected_services
assert service_name in result.stdout, (
E AssertionError: Service 'web' not registered in applications.toml after resume:
E [[applications]]
E name = "browser"
E url = "http://localhost:8081"
E [[applications]]
E name = "system_interface"
E url = "http://localhost:8000"
E [[applications]]
E name = "terminal"
E url = "http://localhost:7681"
E
E assert 'web' in '[[applications]]\nname = "browser"\nurl = "http://localhost:8081"\n[[applications]]\nname = "system_interface"\nurl = "http://localhost:8000"\n[[applications]]\nname = "terminal"\nurl = "http://localhost:7681"\n'
E + where '[[applications]]\nname = "browser"\nurl = "http://localhost:8081"\n[[applications]]\nname = "system_interface"\nurl = "http://localhost:8000"\n[[applications]]\nname = "terminal"\nurl = "http://localhost:7681"\n' = CompletedProcess(args=['docker', 'exec', 'minds-staging-forever-bb64425c', 'bash', '-lc', 'cat /code/runtime/applications.toml'], returncode=0, stdout='[[applications]]\nname = "browser"\nurl = "http://localhost:8081"\n[[applications]]\nname = "system_interface"\nurl = "http://localhost:8000"\n[[applications]]\nname = "terminal"\nurl = "http://localhost:7681"\n', stderr='').stdout
apps/minds/test_snapshot_resume.py::test_resumed_workspace_registered_expected_services (attempt 3/3) — failure: AssertionError: Service 'web' not registered in applications.toml after resume: [[applications]] name = "browser" url = "http://localhost:8081" [[applications]] name = "system_interface" u...
/code/mngr/apps/minds/test_snapshot_resume.py:367: in test_resumed_workspace_registered_expected_services
assert service_name in result.stdout, (
E AssertionError: Service 'web' not registered in applications.toml after resume:
E [[applications]]
E name = "browser"
E url = "http://localhost:8081"
E [[applications]]
E name = "system_interface"
E url = "http://localhost:8000"
E [[applications]]
E name = "terminal"
E url = "http://localhost:7681"
E
E assert 'web' in '[[applications]]\nname = "browser"\nurl = "http://localhost:8081"\n[[applications]]\nname = "system_interface"\nurl = "http://localhost:8000"\n[[applications]]\nname = "terminal"\nurl = "http://localhost:7681"\n'
E + where '[[applications]]\nname = "browser"\nurl = "http://localhost:8081"\n[[applications]]\nname = "system_interface"\nurl = "http://localhost:8000"\n[[applications]]\nname = "terminal"\nurl = "http://localhost:7681"\n' = CompletedProcess(args=['docker', 'exec', 'minds-staging-forever-bb64425c', 'bash', '-lc', 'cat /code/runtime/applications.toml'], returncode=0, stdout='[[applications]]\nname = "browser"\nurl = "http://localhost:8081"\n[[applications]]\nname = "system_interface"\nurl = "http://localhost:8000"\n[[applications]]\nname = "terminal"\nurl = "http://localhost:7681"\n', stderr='').stdout
| Test | Runs | Final | @flaky |
|---|---|---|---|
apps/minds/test_snapshot_resume.py::test_resumed_workspace_registered_expected_services |
3 | failed | no |
apps/minds/test_snapshot_resume.py::test_backup_enable_repair_and_destination_change_on_resumed_workspace |
4 | passed | no |
apps/minds/test_snapshot_resume.py::test_backup_update_gate_blocks_on_live_chat_and_stop_chats_clears_it |
4 | passed | no |
apps/minds/test_snapshot_resume.py::test_backup_service_check_update_and_force_update_converge |
3 | passed | no |
apps/minds/test_snapshot_resume.py::test_minds_recovery_restores_dead_system_interface |
3 | passed | no |
apps/minds/test_snapshot_resume.py::test_resumed_workspace_system_services_agent_is_alive |
3 | passed | no |
apps/minds/test_snapshot_resume.py::test_resumed_workspace_serves_system_interface |
2 | passed | no |
apps/minds/test_snapshot_resume.py::test_workspace_docker_container_is_present_and_stopped |
2 | passed | no |
apps/minds/test_snapshot_resume.py::test_create_apikey_workspace_and_chat_via_electron |
1 | passed | no |
apps/minds/test_sync_e2e.py::test_amnesia_and_recover_full_lifecycle_via_electron |
1 | passed | no |
apps/minds/test_sync_e2e.py::test_legacy_association_files_migrate_into_synced_records |
1 | passed | no |
apps/minds/test_sync_e2e.py::test_master_password_lifecycle_rewraps_scrubs_and_restores |
1 | passed | no |
Loading