agent-orchestrator/tests
Prateek 105f26253e fix: strengthen integration test to catch WebSocket bug
**Problem:**
- Test only warned about missing WebSocket servers (didn't fail)
- Wouldn't have caught the bug your friend encountered

**Solution:**
1. Make WebSocket server check mandatory (fail if not responding)
2. Add retry logic (wait up to 10s for servers to start)
3. Add end-to-end test: verify orchestrator terminal page loads

**Now catches:**
 Config discovery bug (API endpoint fails if config not loaded)
 WebSocket server bug (test fails if servers not started)
 Terminal page bug (test fails if session page doesn't load)

All bugs from your friend's experience are now covered!

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 03:27:12 +05:30
..
integration fix: strengthen integration test to catch WebSocket bug 2026-02-18 03:27:12 +05:30