oscerd opened a new issue #25: Integrations tests fails if 
confluentinc/cp-kafka:5.2.1 has not been pulled
URL: https://github.com/apache/camel-kafka-connector/issues/25
 
 
   if one do a `mvn clean verify package` without having pulled 
`confluentinc/cp-kafka:5.2.1` this is the result:
   
   ```bash
   [INFO] Running 
org.apache.camel.kafkaconnector.source.timer.CamelSourceTimerITCase
   [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
0.141 s <<< FAILURE! - in 
org.apache.camel.kafkaconnector.source.timer.CamelSourceTimerITCase
   [ERROR] 
testLaunchConnector(org.apache.camel.kafkaconnector.source.timer.CamelSourceTimerITCase)
  Time elapsed: 0.14 s  <<< ERROR!
   org.testcontainers.containers.ContainerLaunchException: Container startup 
failed
   Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit 
with exception
   Caused by: org.testcontainers.containers.ContainerLaunchException: Could not 
create/start container
   Caused by: java.lang.reflect.UndeclaredThrowableException
   Caused by: java.lang.reflect.InvocationTargetException
   Caused by: com.github.dockerjava.api.exception.NotFoundException: 
   {"message":"No such image: confluentinc/cp-kafka:5.2.1"}
   
   
   [INFO] Running org.apache.camel.kafkaconnector.sink.jms.CamelSinkJMSITCase
   [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
0.155 s <<< FAILURE! - in 
org.apache.camel.kafkaconnector.sink.jms.CamelSinkJMSITCase
   [ERROR] 
testBasicSendReceive(org.apache.camel.kafkaconnector.sink.jms.CamelSinkJMSITCase)
  Time elapsed: 0.155 s  <<< ERROR!
   org.testcontainers.containers.ContainerLaunchException: Container startup 
failed
   Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit 
with exception
   Caused by: org.testcontainers.containers.ContainerLaunchException: Could not 
create/start container
   Caused by: java.lang.reflect.UndeclaredThrowableException
   Caused by: java.lang.reflect.InvocationTargetException
   Caused by: com.github.dockerjava.api.exception.NotFoundException: 
   {"message":"No such image: confluentinc/cp-kafka:5.2.1"}
   ```
   author @valdar 
   
   comment 1 by @valdar : @orpiske can you take a look?
   
   comment 2 by @orpiske : @valdar absolutely. I will take a look at this one.
   
   comment 3 by @orpiske : @valdar is there any more details you could share 
about your environment? I haven't been able to reproduce it yet. I have tried a 
couple of things* - always using a clean environment - but none worked so far 
(different docker versions, OSes (Fedora/RHEL), System configurations, etc).
   
   comment 4 by @valdar : @orpiske sure:
   
   ```bash
   $ cat /etc/fedora-release 
   Fedora release 30 (Thirty)
   ```
   ```bash
   $ docker --version
   Docker version 19.03.2, build 6a30dfc
   ```
   no particular configs that I am aware might affect this issue
   
   comment 5 by @orpiske : Thanks @valdar. When you get a chance, can you also 
attach the tests.log for when this issue happen, please? I have a guess that 
this might be related to an unreliable or slow network and I think I can get 
some clues from that from that log.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to