Croway opened a new pull request, #22376: URL: https://github.com/apache/camel/pull/22376
## Summary _Claude Code on behalf of Federico Mariani_ Fixes two flaky tests that fail intermittently under CI load: - **LumberjackDisconnectionTest.shouldDisconnectUponError**: Increase mock result wait time from default 10s to 30s. The full Netty pipeline (TCP connect → decompress → decode → executor dispatch → Camel exchange → mock) needs more headroom under CI resource contention. - **FromFileToFtpSplitParallelIT.testSplit**: Reduce split size from 5,000 to 500 lines. The embedded FTP server has a default `maxLogins=10`, so 5,000 parallel uploads cause connection rejections and retry cascades (5 retries × 1s delay each) that exhaust the 5-minute timeout. ## Test plan - [ ] `mvn test -pl components/camel-lumberjack -Dtest=LumberjackDisconnectionTest` - [ ] `mvn verify -pl components/camel-ftp -Dit.test=FromFileToFtpSplitParallelIT -Pit` - [ ] CI Camel Core (Build and test) / main should stop showing these as flaky failures 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
