You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/07/08 18:24:00 UTC

[jira] [Work logged] (CAMEL-13454) camel-testcontainers - Should build if no docker

     [ https://issues.apache.org/jira/browse/CAMEL-13454?focusedWorklogId=273464&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-273464 ]

ASF GitHub Bot logged work on CAMEL-13454:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 08/Jul/19 18:23
            Start Date: 08/Jul/19 18:23
    Worklog Time Spent: 10m 
      Work Description: akoufoudakis commented on pull request #3027: CAMEL-13454
URL: https://github.com/apache/camel/pull/3027
 
 
   As I mentioned in the comment in JIRA. The fix didn't work for my environment. So, trying to offer something more generic. Apologies for any confusion caused. https://issues.apache.org/jira/browse/CAMEL-13454
 
----------------------------------------------------------------
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:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 273464)
            Time Spent: 10m
    Remaining Estimate: 0h

> camel-testcontainers - Should build if no docker
> ------------------------------------------------
>
>                 Key: CAMEL-13454
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13454
>             Project: Camel
>          Issue Type: Improvement
>            Reporter: Claus Ibsen
>            Assignee: Ramu
>            Priority: Major
>             Fix For: 3.0.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> If you run mvn clean install then the following should still pass.
> [INFO] -------------------------------------------------------
> [INFO]  T E S T S
> [INFO] -------------------------------------------------------
> [INFO] Running org.apache.camel.test.testcontainers.ContainerAwareTestSupportIT
> [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 31.178 s <<< FAILURE! - in org.apache.camel.test.testcontainers.ContainerAwareTestSupportIT
> [ERROR] testPropertyPlaceholders(org.apache.camel.test.testcontainers.ContainerAwareTestSupportIT)  Time elapsed: 30.805 s  <<< ERROR!
> java.lang.IllegalStateException: Could not find a valid Docker environment. Please see logs and check configuration
> 	at org.apache.camel.test.testcontainers.ContainerAwareTestSupportIT.createContainer(ContainerAwareTestSupportIT.java:37)
> [INFO]
> [INFO] Results:
> [INFO]
> [ERROR] Errors:
> [ERROR]   ContainerAwareTestSupportIT>CamelTestSupport.setUp:284->ContainerAwareTestSupport.setupResources:42->ContainerAwareTestSupport.createContainers:76->createContainer:37 ยป IllegalState
> [INFO]
> [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
> [INFO]
> [INFO]
> [INFO] --- maven-failsafe-plugin:2.22.1:verify (default) @ camel-testcontainers ---
> [INFO] ------------------------------------------------------------------------



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)