Guillaume Nodet created CAMEL-23923:
---------------------------------------
Summary: 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
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)