[
https://issues.apache.org/jira/browse/CAMEL-23923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet reopened CAMEL-23923:
-------------------------------------
> Fix flaky tests in camel-syslog using Thread.sleep
> --------------------------------------------------
>
> Key: CAMEL-23923
> URL: https://issues.apache.org/jira/browse/CAMEL-23923
> Project: Camel
> Issue Type: Improvement
> Components: camel-syslog
> Reporter: Guillaume Nodet
> Priority: Major
> Labels: flaky-test
>
> Multiple test classes in camel-syslog use Thread.sleep(100) for timing
> synchronization:
> - AutomatedConversionTest
> - MinaDataFormatTest
> - SyslogSpringMinaTest
> - NettyDataFormatTest
> - NettyManyUDPMessagesTest
> - MinaManyUDPMessagesTest
> - SyslogSpringNettyTest
> All Thread.sleep calls should be replaced with Awaitility-based assertions
> per project guidelines.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)