Files
supervisor/tests
Mike DegatanoandGitHub d5a0a201d6 Fix restart test teardown race with event loop stop (#7099)
Ensure test_restart_returns_once_requests_rejected waits for the
background stop task to reach loop.stop while it is still patched.
This prevents the real loop.stop from firing after the patch context
exits, which could surface as a cleanup error:
RuntimeError: Event loop stopped before Future completed.
2026-07-30 14:43:39 +02:00
..