You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/09/09 11:26:47 UTC

[GitHub] [openwhisk] rabbah edited a comment on issue #4503: Add optional config for appending custom registry to user provided images

rabbah edited a comment on issue #4503: Add optional config for appending custom registry to user provided images
URL: https://github.com/apache/openwhisk/pull/4503#issuecomment-529426536
 
 
   @duynguyen this test is failing:
   
   ```
   > org.apache.openwhisk.core.containerpool.docker.test.DockerContainerFactoryTests 
   > DockerContainerFactory should set the docker run args based on ContainerArgsConfig FAILED
   
   org.apache.openwhisk.core.containerpool.docker.test.DockerContainerFactoryTests > DockerContainerFactory should set the docker run args based on ContainerArgsConfig FAILED
       org.scalatest.exceptions.TestFailedException: Unexpected call: <mock-1> DockerApiWithFileAccess.pull(openwhisk/action-nodejs-v10:nightly, #tid_sid_testing)
   
       Expected:
       inAnyOrder {
         <mock-1> DockerApiWithFileAccess.run(openwhisk/action-nodejs-v10:nightly, List(--cpu-shares, 32, --memory, 10m, --memory-swap, 10m, --network, net1, -e, __OW_API_HOST=, -e, k1=v1, -e, k2=v2, -e, k3=, --dns, dns1, --dns, dns2, --name, testContainer, --extra1, e1, --extra1, e2, --extra2, e3, --extra2, e4), *) once (never called - UNSATISFIED)
         <mock-1> DockerApiWithFileAccess.inspectIPAddress(ContainerId(fakecontainerid), net1, *) once (never called - UNSATISFIED)
         <mock-1> DockerApiWithFileAccess.rm(ContainerId(fakecontainerid), *) once (never called - UNSATISFIED)
         <mock-1> DockerApiWithFileAccess.clientVersion() once (called once)
       }
   ```

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


With regards,
Apache Git Services