Skip to content

fix: use dynamic ports in all network tests#197

Merged
cs01 merged 1 commit intomainfrom
fix-flaky-tests
Mar 10, 2026
Merged

fix: use dynamic ports in all network tests#197
cs01 merged 1 commit intomainfrom
fix-flaky-tests

Conversation

@cs01
Copy link
Copy Markdown
Owner

@cs01 cs01 commented Mar 10, 2026

Summary

  • fixes ws e2e test timeout under load (5s→15s, was failing at concurrency 32)
  • all network test fixtures now accept -p PORT cli arg instead of hardcoded ports
  • all test harnesses use os-assigned ports (port 0) — safe for concurrent agents
  • server wait timeouts increased from 5s to 10s across all http server test suites

Test plan

  • all 461 tests pass with 0 failures, 0 skipped
  • network tests pass in isolation
  • network tests pass when all 4 http server suites run concurrently
  • ws e2e test passes under full test suite load

@cs01 cs01 merged commit 436f598 into main Mar 10, 2026
12 checks passed
@cs01 cs01 deleted the fix-flaky-tests branch March 12, 2026 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant