Details
-
Task
-
Status: Resolved
-
Critical
-
Resolution: Invalid
-
3.9.0
-
None
-
None
-
OS: Ubuntu 18.04
Java : OpenJdk 11
-
Unknown
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 but it didn't help.
DOCKER_HOST=tcp://myhost:2375 mvn clean install
Am I missing anything here?
Attachments
Issue Links
- relates to
-
CAMEL-16801 camel-test-infra: investigate problems running tests with docker remote
- Closed