[GitHub] [camel-examples] tmarwen commented on pull request #85: CAMEL-17575: Update `Main` examples entry to use package scanning

2022-03-19 Thread GitBox


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




[GitHub] [camel-examples] tmarwen commented on pull request #85: CAMEL-17575: Update `Main` examples entry to use package scanning

2022-03-18 Thread GitBox


tmarwen commented on pull request #85:
URL: https://github.com/apache/camel-examples/pull/85#issuecomment-1072641748


   @essobedo all the modules changed have been tested unless the ones I 
mentioned in my PR description which have been failing prior to applying my 
changes (I have run various dry test runs to check before applying changes to 
make sure those tests are not failing randomly).
   I am happy to help fixing these if those shows to be failing consistently 
and not only on my own box.


-- 
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