alexkli commented on issue #84: URL: https://github.com/apache/openwhisk-wskdebug/issues/84#issuecomment-750492235
With verbose logging it became clear the problem is that wskdebug inside the tests times out downloading the Runtime docker image `adobeapiplatform/adobe-action-nodejs-v10:3.0.21`. See https://travis-ci.com/github/apache/openwhisk-wskdebug/jobs/464466116 This explains the flakyness as this depends on whether the image was cached in the Travis environment and on the bandwidth between Travis and docker hub. Fix: https://github.com/apache/openwhisk-wskdebug/pull/82/commits/ecdfaba7b697cf667837b72c2641c97952b44806 Included in #82 ---------------------------------------------------------------- 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: [email protected]
