You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: fix Finch name reuse race and silence reconnect log spam
- fake_http_server: stop the Finch supervisor synchronously instead of
killing the registry, so the name slot is free before the next test
reuses it; check the supervisor name too so a crashed test can't
collide with the next start
- capture WSConnection reconnect logs per test module, showing them
only when a test fails
- unlink contexts before Process.exit(ctx, :kill) — under capture_log
the kill signal could race the test process's own exit
- silence Logger info chatter in test_helper.exs
0 commit comments