summaryrefslogtreecommitdiff
path: root/integrationtests/dserver_trace.log
AgeCommit message (Collapse)Author
2025-07-01perf: increase MaxConcurrentCats to 10 for integration testsPaul Buetow
- Changed MaxConcurrentCats from 2 to 10 in test configuration - TestDCat2 now completes in 11.93 seconds instead of 50 seconds (4.2x speedup) - Created test_server_complete.json with proper config structure - All integration tests now pass successfully The higher concurrency limit allows tests to process files much faster while still testing the queueing behavior with 100 files. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-01fix: resolve turbo mode race condition and improve TestDCat2Paul Buetow
- Fixed race condition in periodicTruncateCheck by using context cancellation - Added turbo mode support to TestDCat2 server configuration - Removed problematic wait for pending files in readCommand.Start - Fixed potential panic when truncate channel is closed while goroutine is running The test now properly enables turbo mode on both client and server, preventing the timeout issues that occurred when only the client had turbo mode enabled. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>