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 2018/02/13 10:03:20 UTC

[GitHub] markusthoemmes opened a new pull request #3276: Use proper API host and reduce logging noise.

markusthoemmes opened a new pull request #3276: Use proper API host and reduce logging noise.
URL: https://github.com/apache/incubator-openwhisk/pull/3276
 
 
   The API host was hardcoded to `WhiskProperties.getApiHost` which is not correct for all tests. It should use the one defined in `WskProps`.
   
   It's unnecessary to open a connection-pool per request. A single request should be sufficient.
   
   Co-authored-by: cbickel <gi...@cbickel.de>
   Co-authored-by: jeremiaswerner <je...@gmail.com>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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