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 2021/07/06 20:17:05 UTC

[GitHub] [openwhisk] rabbah opened a new issue #5141: Re-enable StandaloneKCFTests

rabbah opened a new issue #5141:
URL: https://github.com/apache/openwhisk/issues/5141


   The only test case being run (invoke a blocking action and get a result) fails quite frequently when run in a travis-ci environment. It appears we usually hit the 60 second timeout and return a 202 with the activation id instead of the expected result. This is "ok", but the test is not prepared to handle it.
   
   An alternative would be to modify the test to also accept a 202 response and then poll until the result was available, but that
   would take significantly more work.
   
   The test was disabled in https://github.com/apache/openwhisk/pull/5140.


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

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org