Guillaume Nodet created CAMEL-23920:
---------------------------------------
Summary: Fix flaky tests in camel-ftp using Thread.sleep
Key: CAMEL-23920
URL: https://issues.apache.org/jira/browse/CAMEL-23920
Project: Camel
Issue Type: Improvement
Components: camel-ftp
Reporter: Guillaume Nodet
Multiple test classes in camel-ftp use Thread.sleep for timing synchronization:
- FtpProducerTempFileExistIssueIT (5x Thread.sleep(500))
- FtpConsumerIdempotentIT (Thread.sleep(100) + Thread.sleep(2000))
- FtpConsumerIdempotentRefIT (Thread.sleep(100) + Thread.sleep(2000))
All Thread.sleep calls should be replaced with Awaitility-based assertions per
project guidelines.
Note: 8 other FTPS tests are already @Disabled due to CAMEL-23499.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)