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:
@@ -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.")
|
||||
Reference in New Issue
Block a user