Commit 8dac4bf
chore: add diagnostic logging for circuit breaker upgrade test CI failure
The test passes locally but fails consistently on CI with "Internal server
error". Diagnostics confirmed the circuit breaker works correctly
(employeesCalls=4, status changed=2), so the issue is in the WebSocket
communication layer after the HTTP 101 upgrade succeeds. Adding WARN/ERROR
log capture to identify the exact subscription resolution error on CI.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent dfb90dd commit 8dac4bf
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
753 | 753 | | |
754 | 754 | | |
755 | 755 | | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
756 | 764 | | |
757 | 765 | | |
758 | 766 | | |
| |||
0 commit comments