Commit Graph

3 Commits

Author SHA1 Message Date
Jacob Segal
766ff74207 Just disable timing-related assertions in CI
That way there's no risk of periodic non-deterministic test failures.
2025-09-03 12:18:48 -07:00
Jacob Segal
b1b5f87534 Add more leeway on async tests for Windows CI 2025-09-02 23:43:15 -07:00
Jacob Segal
e7314f49e6 Fix showing progress from other sessions
Because `client_id` was missing from ths `progress_state` message, it
was being sent to all connected sessions. This technically meant that if
someone had a graph with the same nodes, they would see the progress
updates for others.

Also added a test to prevent reoccurance and moved the tests around to
make CI easier to hook up.
2025-09-02 23:17:26 -07:00