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:
[email protected]


With regards,
Apache Git Services

Reply via email to