tmarwen commented on pull request #85: URL: https://github.com/apache/camel-examples/pull/85#issuecomment-1073013555
@essobedo excluding the modules you mentioned being failing systematically for you, below are the list of ones remaining failing for me: * `camel-example-aggregate-dist`: this module test fixture succeeds sometimes when exceeding the timeout within the test assertion * `camel-example-endpointdsl-aws2-s3-kafka`: this module succeeds when forcing a `Thread.sleep(1000)` before sending the first message triggering the routes `template.send("direct:putObject", exchange -> { //...});`. Otherwise it succeeds when run separately (not as part of all the project test run). * `camel-example-debezium`: this module test fixture succeeds as well only when ran separately * `camel-example-jooq`: this module test fixture succeeds as well only when ran separately -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org