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 2017/11/13 15:52:13 UTC

[GitHub] mdeuser commented on issue #2961: ApiGW tests sometimes fail with return code 429 (too many requests in the last minute)

mdeuser commented on issue #2961: ApiGW tests sometimes fail with return code 429 (too many requests in the last minute)
URL: https://github.com/apache/incubator-openwhisk/issues/2961#issuecomment-343962245
 
 
   this failure was introduced when running the cli api gw tests followed by the equivalent rest-based api gw tests.  each test suite is action invocation intensive and were implemented prior to having a return count with the 429 error.  leveraging an explicit throttle count from the backend is a strategic approach, although i'm seeing emails regarding the need for translating exposed PII, so maybe parsing a response won't work in all languages.  in either case, a quick tactical fix will be to settle the throttle completely at the end of the test suite so that downstream tests will start with a clean throttle count.

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