refactor(sdm): Global pass with refined 'External Only' SDM tags. Pruned redundant internal references and fixed indentation logic in injector. Verified full project compilation.

This commit is contained in:
2026-05-09 14:32:44 -04:00
parent 696c08692e
commit 8c06c1767b
142 changed files with 2352 additions and 990 deletions
@@ -24,9 +24,10 @@ def _poll_mma_workers(client: api_hook_client.ApiHookClient, timeout: int, condi
@pytest.mark.timeout(600)
def test_mma_concurrent_tracks_stress(live_gui) -> None:
"""
Stress test: Start two tracks concurrently and verify they both progress
without crashing the GUI or losing state.
"""
Stress test: Start two tracks concurrently and verify they both progress
without crashing the GUI or losing state.
"""
client = api_hook_client.ApiHookClient()
assert client.wait_for_server(timeout=15), "Hook server did not start"
@@ -95,4 +96,4 @@ def test_mma_concurrent_tracks_stress(live_gui) -> None:
res = client.get_status()
assert res.get('status') == 'ok', "GUI crashed during concurrent execution"
print("[SIM] MMA Concurrent Tracks stress test PASSED.")
print("[SIM] MMA Concurrent Tracks stress test PASSED.")