You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Nayana Thorat (Jira)" <ji...@apache.org> on 2021/07/08 18:16:00 UTC

[jira] [Updated] (CAMEL-16797) Test-infra: with docker

     [ https://issues.apache.org/jira/browse/CAMEL-16797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nayana Thorat updated CAMEL-16797:
----------------------------------
    Description: 
I have build apache camel v3.9.0 from source and also executing tests as mentioned in 
 [https://camel.apache.org/manual/latest/building.html]

while executing _mvn install_ I observed that testcases for some components like camel-couchdb or camel-arangodb are activated only if docker is installed whereas tests for components like camel-couchbase are executed even if docker is not installed. Curious to know why the difference.

Another question is how to run the tests using a remote docker server? ( camel code on one host from where we execute _mvn install_ and docker running on another host)

I tried overriding DOCKER_HOST variable as mentioned [here |https://github.com/apache/camel/blob/camel-3.9.0/components/camel-aws/camel-aws2-sqs/README.md] but it didn't help. 
 _DOCKER_HOST=tcp://myhost:2375 mvn clean install_

Am I missing anything here?

  was:
I have build apache camel v3.9.0 from source and also executing tests as mentioned in 
 [https://camel.apache.org/manual/latest/building.html]

while executing _mvn install_ I observed that testcases for some components like camel-couchdb or camel-arangodb are activated only if docker is installed whereas tests for components like camel-couchbase are executed even if docker is not installed. Curious to know why its like that.

Another question is how to run the tests using a remote docker server? ( camel code on one vm from where we execute _mvn install_ and docker running on another host)

I tried setting DOCKER_HOST variable as mentioned [here |https://github.com/apache/camel/blob/camel-3.9.0/components/camel-aws/camel-aws2-sqs/README.md] but it didn't help. 
 _DOCKER_HOST=tcp://myhost:2375 mvn clean install_

Could you please let me know if I am missing anything here?


> Test-infra: with docker
> -----------------------
>
>                 Key: CAMEL-16797
>                 URL: https://issues.apache.org/jira/browse/CAMEL-16797
>             Project: Camel
>          Issue Type: Task
>          Components: camel-test, camel-testcontainers
>    Affects Versions: 3.9.0
>         Environment: OS: Ubuntu 18.04 
> Java : OpenJdk 11
>            Reporter: Nayana Thorat
>            Priority: Critical
>
> I have build apache camel v3.9.0 from source and also executing tests as mentioned in 
>  [https://camel.apache.org/manual/latest/building.html]
> while executing _mvn install_ I observed that testcases for some components like camel-couchdb or camel-arangodb are activated only if docker is installed whereas tests for components like camel-couchbase are executed even if docker is not installed. Curious to know why the difference.
> Another question is how to run the tests using a remote docker server? ( camel code on one host from where we execute _mvn install_ and docker running on another host)
> I tried overriding DOCKER_HOST variable as mentioned [here |https://github.com/apache/camel/blob/camel-3.9.0/components/camel-aws/camel-aws2-sqs/README.md] but it didn't help. 
>  _DOCKER_HOST=tcp://myhost:2375 mvn clean install_
> Am I missing anything here?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)