[
https://issues.apache.org/jira/browse/CAMEL-23920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet closed CAMEL-23920.
-----------------------------------
Resolution: Won't Fix
> 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
> Priority: Major
> Labels: flaky-test
>
> 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)