neerajmangal edited a comment on issue #4683: Fix Travis build pip install 
issue in pre installation step
URL: https://github.com/apache/openwhisk/pull/4683#issuecomment-541008227
 
 
   All test passed, one system test is failing. 
   
   ```bash
   services.KafkaConnectorTests > Kafka connector should send and receive a 
kafka message even after shutdown one of instances STANDARD_OUT
       expected exit code = 0
       exit code = 1
       stdout: 
       stderr: Cannot connect to the Docker daemon at tcp://172.17.0.1:4243. Is 
the docker daemon running?
   services.KafkaConnectorTests > Kafka connector should send and receive a 
kafka message even after shutdown one of instances FAILED
   ```
   
   Looking at it (thanks @chetanmeh ), found that docker version is not 
honoring `DOCKER_OPTS`. 
   We are working on a fix to via `daemon.json` file 
https://docs.docker.com/config/daemon/systemd/#custom-docker-daemon-options 
which will have all the `DOCKER_OPTS` in it.  

----------------------------------------------------------------
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