squakez opened a new issue #2744:
URL: https://github.com/apache/camel-k/issues/2744


   Not sure if already tracked somewhere else. Happened in 
https://github.com/apache/camel-k/runs/4163448993?check_suite_focus=true.
   
   For some reason the test is failing:
   ```
    === RUN   TestErrorHandler/throw_error_test
       kamelet_binding_test.go:72: 
           Timed out after 300.003s.
           Expected
               <v1.PodPhase>: 
           to equal
               <v1.PodPhase>: Running
   ...
   --- FAIL: TestErrorHandler (312.43s)
       --- FAIL: TestErrorHandler/throw_error_test (300.01s)
       --- PASS: TestErrorHandler/don't_throw_error_test (4.91s)
   ```
   According to the test, the `Integration` should be running, but indeed it is 
stopped for some reason as we can see in the dump:
   ```
    Error:     dump.go:216:     > 2021-11-10 10:12:55,471 INFO  
[org.apa.cam.imp.eng.AbstractCamelContext] (main) Routes startup summary 
(total:4 started:4)
   Error:     dump.go:216:     > 2021-11-10 10:12:55,471 INFO  
[org.apa.cam.imp.eng.AbstractCamelContext] (main)     Started binding 
(kamelet://my-own-error-producer-source/source)
   Error:     dump.go:216:     > 2021-11-10 10:12:55,475 INFO  
[org.apa.cam.imp.eng.AbstractCamelContext] (main)     Started source 
(timer://tick)
   Error:     dump.go:216:     > 2021-11-10 10:12:55,475 INFO  
[org.apa.cam.imp.eng.AbstractCamelContext] (main)     Started sink 
(kamelet://source)
   Error:     dump.go:216:     > 2021-11-10 10:12:55,475 INFO  
[org.apa.cam.imp.eng.AbstractCamelContext] (main)     Started errorHandler 
(kamelet://source)
   Error:     dump.go:216:     > 2021-11-10 10:12:55,475 INFO  
[org.apa.cam.imp.eng.AbstractCamelContext] (main) Apache Camel 3.12.0 (camel-1) 
started in 79ms (build:0ms init:61ms start:18ms)
   Error:     dump.go:216:     > 2021-11-10 10:12:55,481 INFO  [io.quarkus] 
(main) camel-k-integration 1.7.0-SNAPSHOT on JVM (powered by Quarkus 
2.4.0.Final) started in 1.949s. 
   Error:     dump.go:216:     > 2021-11-10 10:12:55,482 INFO  [io.quarkus] 
(main) Profile prod activated. 
   Error:     dump.go:216:     > 2021-11-10 10:12:55,482 INFO  [io.quarkus] 
(main) Installed features: [camel-bean, camel-core, camel-k-core, 
camel-k-runtime, camel-kamelet, camel-log, camel-timer, camel-yaml-dsl, cdi]
   Error:     dump.go:216:     > 2021-11-10 10:12:56,485 INFO  
[integrationLogger] (Camel (camel-1) thread #0 - timer://tick) 
Exchange[ExchangePattern: InOnly, BodyType: Boolean, Body: true]
   Error:     dump.go:216:     > 2021-11-10 10:12:56,758 INFO  
[org.apa.cam.imp.eng.AbstractCamelContext] (Shutdown thread) Apache Camel 
3.12.0 (camel-1) shutting down
   Error:     dump.go:216:     > 2021-11-10 10:12:56,782 INFO  
[org.apa.cam.imp.eng.AbstractCamelContext] (Shutdown thread) Routes shutdown 
summary (total:4 stopped:4)
   Error:     dump.go:216:     > 2021-11-10 10:12:56,783 INFO  
[org.apa.cam.imp.eng.AbstractCamelContext] (Shutdown thread)     Stopped 
binding (kamelet://my-own-error-producer-source/source)
   Error:     dump.go:216:     > 2021-11-10 10:12:56,783 INFO  
[org.apa.cam.imp.eng.AbstractCamelContext] (Shutdown thread)     Stopped source 
(timer://tick)
   Error:     dump.go:216:     > 2021-11-10 10:12:56,783 INFO  
[org.apa.cam.imp.eng.AbstractCamelContext] (Shutdown thread)     Stopped sink 
(kamelet://source)
   Error:     dump.go:216:     > 2021-11-10 10:12:56,783 INFO  
[org.apa.cam.imp.eng.AbstractCamelContext] (Shutdown thread)     Stopped 
errorHandler (kamelet://source)
   Error:     dump.go:216:     > 2021-11-10 10:12:56,790 INFO  
[org.apa.cam.imp.eng.AbstractCamelContext] (Shutdown thread) Apache Camel 
3.12.0 (camel-1) shutdown in 32ms (uptime:1s333ms)
   ```
   cc @nicolaferraro 


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


Reply via email to