JiriOndrusek opened a new issue, #4069:
URL: https://github.com/apache/camel-quarkus/issues/4069

   Live reload is used In `ContinuousDevTest`. On `camel-main` night builds it 
sometimes waits indefinitely. 
   
   Here is a snippet from the log:
   
   ```
   ...
   2022-09-05T04:58:03.4529408Z 2022-09-05 04:58:03,452 INFO  [io.quarkus] 
(Quarkus Main Thread) camel-quarkus-junit5-extension-tests 2.13.0-SNAPSHOT on 
JVM (powered by Quarkus 2.12.0.Final) started in 1.487s. Listening on: 
http://localhost:80
   80
   2022-09-05T04:58:03.4533056Z 2022-09-05 04:58:03,452 INFO  [io.quarkus] 
(Quarkus Main Thread) Profile dev activated. Live Coding activated.
   2022-09-05T04:58:03.4536791Z 2022-09-05 04:58:03,453 INFO  [io.quarkus] 
(Quarkus Main Thread) Installed features: [camel-core, camel-direct, 
camel-file, cdi, resteasy, smallrye-context-propagation, vertx]
   2022-09-05T04:58:03.4543353Z 2022-09-05 04:58:03,453 INFO  
[io.qua.dep.dev.RuntimeUpdatesProcessor] (Timer-0) Live reload total time: 
1.543s
   2022-09-05T06:18:35.6918751Z ##[error]The operation was canceled.
   ```
   
   You can see that live reload takes more than 1 hour and then operation is 
cancelled because of timeout. 
   
   `ContinuousDevTest` should be disabled and once the proper fix found, it can 
be enabled back.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to