summaryrefslogtreecommitdiff
path: root/integrationtests/commandutils.go
AgeCommit message (Collapse)Author
2025-06-19Fix integration test failures by increasing channel buffer sizesPaul Buetow
- 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>
2021-11-02Refactor integration tests. Also fix the dmap1 PIPE testPaul Buetow
2021-10-31add dmap integration test with stdin input pipePaul Buetow
2021-10-24Fix deadlock around aggregating data + server max concurrent file read limiterPaul Buetow
2021-10-19Can configure DTail client not to mess with ~/.ssh/known_hosts via env var - ↵Paul Buetow
this is useful for running unit and integration tests in jenkins
2021-10-15refactorPaul Buetow
2021-10-13add another dcat integration test - catting 100 files at oncePaul Buetow
2021-10-11refactorPaul Buetow