christophd commented on issue #2867:
URL: 
https://github.com/apache/camel-kamelets/issues/2867#issuecomment-4889879802

   Okay, I had a look and I think I know what is going on. 
   
   The test action that runs the Camel integration has the option 
`waitForRunningState: false` which means that the test does not wait for the 
Camel integration running state but it immediately continues with the next step 
in line. This next step is the Http server receive action that waits for 
incoming requests for 2 minutes.
   
   The log output is misleading indeed as no other log statement tells us about 
the Http receive action and `Waiting for the Camel integration 
'jira-add-issue-sink-pipe' (56339) to be running ...` is misleading, too as we 
have set `waitForRunningState: false`.
   
   In the end the root cause of the failing test is that the Camel integration 
does not start for some reason but I will improve the Citrus logging output to 
avoid misunderstandings. Many thanks!
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to