summaryrefslogtreecommitdiff
path: root/internal/errors/errors.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-06-19 13:32:41 +0300
committerPaul Buetow <paul@buetow.org>2025-06-19 13:32:41 +0300
commit0234fbac3490ccf2b9dca36292ad6459e990e0f5 (patch)
tree4115691b88b1436c0918ccfd13cef671796f53ea /internal/errors/errors.go
parentfdd68ef02bb17988631e11ad581df9b65ce65b81 (diff)
Fix integration test failures by increasing channel buffer sizes
- Increased server lines channel buffer from 1000 to 10000 to handle large test files - Fixed TestDCatColors which was failing due to channel overflow with 2754 lines - Enhanced test helpers with better timeout handling and output collection - Improved line ending preservation in test output processing - Added proper server shutdown delays to prevent test flakiness The main issue was that test files with many lines (like dcatcolors.txt) were causing "server lines channel full" errors when the channel buffer was too small. Increasing the buffer size resolves this without introducing blocking behavior. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'internal/errors/errors.go')
0 files changed, 0 insertions, 0 deletions