Commit 4a28129
authored
Fix macOS SSE server test connection issues
Fixes macOS CI test failures in fastmcpp_sse_server test.
Issue: Connection readiness check immediately canceled connections, leaving server in bad state on macOS.
Solution:
- Removed flaky connection test (lines 51-67, -20 lines)
- Increased server startup wait (1s → 2s for macOS compatibility)
- Added 100ms delay before SSE thread connection
Result: macOS Debug/Release tests now passing ✅
Note: Windows failures are pre-existing heap exhaustion issue (C1060), addressed separately in PR #13.1 parent 43e5e64 commit 4a28129
1 file changed
Lines changed: 6 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
| 51 | + | |
69 | 52 | | |
70 | 53 | | |
71 | 54 | | |
| |||
86 | 69 | | |
87 | 70 | | |
88 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
89 | 75 | | |
90 | 76 | | |
91 | 77 | | |
| |||
0 commit comments